Html Css Color HEX #A0D30D Inch Worm

📋 copy color: '#A0D30D'

red 160 ◦ green 211 ◦ blue 13

#A0D30D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Inch Worm #A0D30D

Tints of Inch Worm #A0D30D

RGB

 RED value IS 160 (62.89% from 255) = 41.67%

 GREEN value IS 211 (82.81% from 255) = 54.95%

 BLUE value IS 13 (5.47% from 255) = 3.39%

R = 41.67%
G = 54.95%
B = 3.39%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.94

 K value IS 0.17

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A0D30D (or 0xA0D30D) is known color: Inch Worm. HEX triplet: A0, D3 and 0D. RGB value is (160,211,13). Sum of RGB (Red+Green+Blue) = 160+211+13=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 211 (82.81% from 255 or 54.95% from 384); Blue value is 13 (5.47% from 255 or 3.39% from 384); Max value from RGB is 211 - color contains mainly: green. Hex color #A0D30D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0D30D is #5F2CF2. Grayscale: #ADADAD. Windows color (decimal): -6237427 or 906144. OLE color: 906144.

HSL color Cylindrical-coordinate representation of color #A0D30D: hue angle of 75.45º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A0D30D is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 160 211 13 -
CMYK 0.24 0 0.94 0.17
HSL 75.45º 0.88% 0.44% -
HSV(B) 75.45º 0.94% 0.83% -
XYZ 37.86 54.09 8.83 -
YUV 173.18 37.6 118.6 -
System Red Green Blue C M Y K H S L
Decimal 160 211 13 0.24 0 0.94 0.17 75.45 0.88 0.44
Hex A0 D3 D 18 0 5E 11 4B 58 2C
Octal 240 323 15 30 0 136 21 113 130 54
Binary 10100000 11010011 1101 11000 0 1011110 10001 1001011 1011000 101100

Color Harmonies of #A0D30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D30D

Black with #A0D30D

Text Example


Text Example

White with #A0D30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D30D; }

 p { color: rgb(160,211,13); }

 H1.HeaderClassName
 {
   color: #A0D30D;
 }
 .AnyTagClassName
 {
   color: #A0D30D;
 }
</style>

background-color css

<style>
 a { background-color: #A0D30D; }

 a { background-color: rgb(160,211,13); }

 div.DivClassName
 {
   background-color: #A0D30D;
 }
 .BgClassName
 {
   background-color: #A0D30D;
 }
</style>

border-color css

<style>
 span { border-color: #A0D30D; }

 span { border-color: rgb(160,211,13); }

 td.TdClassName
 {
   border-color: #A0D30D;
 }
 .TagClassName
 {
   border-color: #A0D30D;
 }
</style>