Html Css Color HEX #ACD008 Inch Worm

📋 copy color: '#ACD008'

red 172 ◦ green 208 ◦ blue 8

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

Shades of Inch Worm #ACD008

Tints of Inch Worm #ACD008

RGB

 RED value IS 172 (67.58% from 255) = 44.33%

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

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

R = 44.33%
G = 53.61%
B = 2.06%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#ACD008 (or 0xACD008) is known color: Inch Worm. HEX triplet: AC, D0 and 08. RGB value is (172,208,8). Sum of RGB (Red+Green+Blue) = 172+208+8=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 208 (81.64% from 255 or 53.61% from 388); Blue value is 8 (3.52% from 255 or 2.06% from 388); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD008 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD008 is #532FF7. Grayscale: #AFAFAF. Windows color (decimal): -5451768 or 577708. OLE color: 577708.

HSL color Cylindrical-coordinate representation of color #ACD008: hue angle of 70.8º 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 #ACD008 is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 208 8 -
CMYK 0.17 0 0.96 0.18
HSL 70.8º 0.93% 0.42% -
HSV(B) 70.8º 0.96% 0.82% -
XYZ 39.61 53.9 8.55 -
YUV 174.44 34.07 126.26 -
System Red Green Blue C M Y K H S L
Decimal 172 208 8 0.17 0 0.96 0.18 70.8 0.93 0.42
Hex AC D0 8 11 0 60 12 47 5D 2A
Octal 254 320 10 21 0 140 22 107 135 52
Binary 10101100 11010000 1000 10001 0 1100000 10010 1000111 1011101 101010

Color Harmonies of #ACD008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD008

Black with #ACD008

Text Example


Text Example

White with #ACD008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD008; }

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

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

background-color css

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

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

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

border-color css

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

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

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