Html Css Color HEX #ACD406 Inch Worm

📋 copy color: '#ACD406'

red 172 ◦ green 212 ◦ blue 6

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

Shades of Inch Worm #ACD406

Tints of Inch Worm #ACD406

RGB

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

 GREEN value IS 212 (83.2% from 255) = 54.36%

 BLUE value IS 6 (2.73% from 255) = 1.54%

R = 44.1%
G = 54.36%
B = 1.54%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.97

 K value IS 0.17

RGB Variations

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

Color information

#ACD406 (or 0xACD406) is known color: Inch Worm. HEX triplet: AC, D4 and 06. RGB value is (172,212,6). Sum of RGB (Red+Green+Blue) = 172+212+6=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 212 (83.20% from 255 or 54.36% from 390); Blue value is 6 (2.73% from 255 or 1.54% from 390); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD406 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD406 is #532BF9. Grayscale: #B1B1B1. Windows color (decimal): -5450746 or 447660. OLE color: 447660.

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

Color convert

RGB 172 212 6 -
CMYK 0.19 0 0.97 0.17
HSL 71.65º 0.94% 0.43% -
HSV(B) 71.65º 0.97% 0.83% -
XYZ 40.59 55.87 8.82 -
YUV 176.56 31.75 124.75 -
System Red Green Blue C M Y K H S L
Decimal 172 212 6 0.19 0 0.97 0.17 71.65 0.94 0.43
Hex AC D4 6 13 0 61 11 48 5E 2B
Octal 254 324 6 23 0 141 21 110 136 53
Binary 10101100 11010100 110 10011 0 1100001 10001 1001000 1011110 101011

Color Harmonies of #ACD406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD406

Black with #ACD406

Text Example


Text Example

White with #ACD406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD406; }

 p { color: rgb(172,212,6); }

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

background-color css

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

 a { background-color: rgb(172,212,6); }

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

border-color css

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

 span { border-color: rgb(172,212,6); }

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