Html Css Color HEX #A0DB08 Inch Worm

📋 copy color: '#A0DB08'

red 160 ◦ green 219 ◦ blue 8

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

Shades of Inch Worm #A0DB08

Tints of Inch Worm #A0DB08

RGB

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

 GREEN value IS 219 (85.94% from 255) = 56.59%

 BLUE value IS 8 (3.52% from 255) = 2.07%

R = 41.34%
G = 56.59%
B = 2.07%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#A0DB08 (or 0xA0DB08) is known color: Inch Worm. HEX triplet: A0, DB and 08. RGB value is (160,219,8). Sum of RGB (Red+Green+Blue) = 160+219+8=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 219 (85.94% from 255 or 56.59% from 387); Blue value is 8 (3.52% from 255 or 2.07% from 387); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DB08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0DB08 is #5F24F7. Grayscale: #B2B2B2. Windows color (decimal): -6235384 or 580512. OLE color: 580512.

HSL color Cylindrical-coordinate representation of color #A0DB08: hue angle of 76.78º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A0DB08 is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 219 8 -
CMYK 0.27 0 0.96 0.14
HSL 76.78º 0.93% 0.45% -
HSV(B) 76.78º 0.96% 0.86% -
XYZ 39.87 58.15 9.35 -
YUV 177.31 32.45 115.66 -
System Red Green Blue C M Y K H S L
Decimal 160 219 8 0.27 0 0.96 0.14 76.78 0.93 0.45
Hex A0 DB 8 1B 0 60 E 4D 5D 2D
Octal 240 333 10 33 0 140 16 115 135 55
Binary 10100000 11011011 1000 11011 0 1100000 1110 1001101 1011101 101101

Color Harmonies of #A0DB08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DB08

Black with #A0DB08

Text Example


Text Example

White with #A0DB08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DB08; }

 p { color: rgb(160,219,8); }

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

background-color css

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

 a { background-color: rgb(160,219,8); }

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

border-color css

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

 span { border-color: rgb(160,219,8); }

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