Html Css Color HEX #ACD00C Inch Worm

📋 copy color: '#ACD00C'

red 172 ◦ green 208 ◦ blue 12

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

Shades of Inch Worm #ACD00C

Tints of Inch Worm #ACD00C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.06%

R = 43.88%
G = 53.06%
B = 3.06%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#ACD00C (or 0xACD00C) is known color: Inch Worm. HEX triplet: AC, D0 and 0C. RGB value is (172,208,12). Sum of RGB (Red+Green+Blue) = 172+208+12=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 208 (81.64% from 255 or 53.06% from 392); Blue value is 12 (5.08% from 255 or 3.06% from 392); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD00C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD00C is #532FF3. Grayscale: #AFAFAF. Windows color (decimal): -5451764 or 839852. OLE color: 839852.

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

Color convert

RGB 172 208 12 -
CMYK 0.17 0 0.94 0.18
HSL 71.02º 0.89% 0.43% -
HSV(B) 71.02º 0.94% 0.82% -
XYZ 39.64 53.91 8.66 -
YUV 174.89 36.07 125.94 -
System Red Green Blue C M Y K H S L
Decimal 172 208 12 0.17 0 0.94 0.18 71.02 0.89 0.43
Hex AC D0 C 11 0 5E 12 47 59 2B
Octal 254 320 14 21 0 136 22 107 131 53
Binary 10101100 11010000 1100 10001 0 1011110 10010 1000111 1011001 101011

Color Harmonies of #ACD00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD00C

Black with #ACD00C

Text Example


Text Example

White with #ACD00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD00C; }

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

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

background-color css

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

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

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

border-color css

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

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

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