Html Css Color HEX #ACD708 Inch Worm

📋 copy color: '#ACD708'

red 172 ◦ green 215 ◦ blue 8

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

Shades of Inch Worm #ACD708

Tints of Inch Worm #ACD708

RGB

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

 GREEN value IS 215 (84.38% from 255) = 54.43%

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

R = 43.54%
G = 54.43%
B = 2.03%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#ACD708 (or 0xACD708) is known color: Inch Worm. HEX triplet: AC, D7 and 08. RGB value is (172,215,8). Sum of RGB (Red+Green+Blue) = 172+215+8=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 215 (84.38% from 255 or 54.43% from 395); Blue value is 8 (3.52% from 255 or 2.03% from 395); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD708 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD708 is #5328F7. Grayscale: #B3B3B3. Windows color (decimal): -5449976 or 579500. OLE color: 579500.

HSL color Cylindrical-coordinate representation of color #ACD708: hue angle of 72.46º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ACD708 is Cyan = 0.2, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 215 8 -
CMYK 0.2 0 0.96 0.16
HSL 72.46º 0.93% 0.44% -
HSV(B) 72.46º 0.96% 0.84% -
XYZ 41.36 57.39 9.13 -
YUV 178.55 31.75 123.33 -
System Red Green Blue C M Y K H S L
Decimal 172 215 8 0.2 0 0.96 0.16 72.46 0.93 0.44
Hex AC D7 8 14 0 60 10 48 5D 2C
Octal 254 327 10 24 0 140 20 110 135 54
Binary 10101100 11010111 1000 10100 0 1100000 10000 1001000 1011101 101100

Color Harmonies of #ACD708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD708

Black with #ACD708

Text Example


Text Example

White with #ACD708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD708; }

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

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

background-color css

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

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

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

border-color css

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

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

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