Html Css Color HEX #A8D008 Inch Worm

📋 copy color: '#A8D008'

red 168 ◦ green 208 ◦ blue 8

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

Shades of Inch Worm #A8D008

Tints of Inch Worm #A8D008

RGB

 RED value IS 168 (66.02% from 255) = 43.75%

 GREEN value IS 208 (81.64% from 255) = 54.17%

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

R = 43.75%
G = 54.17%
B = 2.08%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#A8D008 (or 0xA8D008) is known color: Inch Worm. HEX triplet: A8, D0 and 08. RGB value is (168,208,8). Sum of RGB (Red+Green+Blue) = 168+208+8=384 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.75% from 384); Green value is 208 (81.64% from 255 or 54.17% from 384); Blue value is 8 (3.52% from 255 or 2.08% from 384); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D008 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D008 is #572FF7. Grayscale: #AEAEAE. Windows color (decimal): -5713912 or 577704. OLE color: 577704.

HSL color Cylindrical-coordinate representation of color #A8D008: hue angle of 72º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A8D008 is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 208 8 -
CMYK 0.19 0 0.96 0.18
HSL 72º 0.93% 0.42% -
HSV(B) 72º 0.96% 0.82% -
XYZ 38.75 53.45 8.51 -
YUV 173.24 34.75 124.26 -
System Red Green Blue C M Y K H S L
Decimal 168 208 8 0.19 0 0.96 0.18 72 0.93 0.42
Hex A8 D0 8 13 0 60 12 48 5D 2A
Octal 250 320 10 23 0 140 22 110 135 52
Binary 10101000 11010000 1000 10011 0 1100000 10010 1001000 1011101 101010

Color Harmonies of #A8D008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D008

Black with #A8D008

Text Example


Text Example

White with #A8D008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D008; }

 p { color: rgb(168,208,8); }

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

background-color css

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

 a { background-color: rgb(168,208,8); }

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

border-color css

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

 span { border-color: rgb(168,208,8); }

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