Html Css Color HEX #ACE120 Inch Worm

📋 copy color: '#ACE120'

red 172 ◦ green 225 ◦ blue 32

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

Shades of Inch Worm #ACE120

Tints of Inch Worm #ACE120

RGB

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

 GREEN value IS 225 (88.28% from 255) = 52.45%

 BLUE value IS 32 (12.89% from 255) = 7.46%

R = 40.09%
G = 52.45%
B = 7.46%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#ACE120 (or 0xACE120) is known color: Inch Worm. HEX triplet: AC, E1 and 20. RGB value is (172,225,32). Sum of RGB (Red+Green+Blue) = 172+225+32=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 225 (88.28% from 255 or 52.45% from 429); Blue value is 32 (12.89% from 255 or 7.46% from 429); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE120 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE120 is #531EDF. Grayscale: #BBBBBB. Windows color (decimal): -5447392 or 2154924. OLE color: 2154924.

HSL color Cylindrical-coordinate representation of color #ACE120: hue angle of 76.48º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ACE120 is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 172 225 32 -
CMYK 0.24 0 0.86 0.12
HSL 76.48º 0.76% 0.5% -
HSV(B) 76.48º 0.86% 0.88% -
XYZ 44.2 62.73 11.14 -
YUV 187.15 40.44 117.19 -
System Red Green Blue C M Y K H S L
Decimal 172 225 32 0.24 0 0.86 0.12 76.48 0.76 0.5
Hex AC E1 20 18 0 56 C 4C 4C 32
Octal 254 341 40 30 0 126 14 114 114 62
Binary 10101100 11100001 100000 11000 0 1010110 1100 1001100 1001100 110010

Color Harmonies of #ACE120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE120

Black with #ACE120

Text Example


Text Example

White with #ACE120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE120; }

 p { color: rgb(172,225,32); }

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

background-color css

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

 a { background-color: rgb(172,225,32); }

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

border-color css

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

 span { border-color: rgb(172,225,32); }

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