Html Css Color HEX #ACE50C Inch Worm

📋 copy color: '#ACE50C'

red 172 ◦ green 229 ◦ blue 12

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

Shades of Inch Worm #ACE50C

Tints of Inch Worm #ACE50C

RGB

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

 GREEN value IS 229 (89.84% from 255) = 55.45%

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

R = 41.65%
G = 55.45%
B = 2.91%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#ACE50C (or 0xACE50C) is known color: Inch Worm. HEX triplet: AC, E5 and 0C. RGB value is (172,229,12). Sum of RGB (Red+Green+Blue) = 172+229+12=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 229 (89.84% from 255 or 55.45% from 413); Blue value is 12 (5.08% from 255 or 2.91% from 413); Max value from RGB is 229 - color contains mainly: green. Hex color #ACE50C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACE50C is #531AF3. Grayscale: #BCBCBC. Windows color (decimal): -5446388 or 845228. OLE color: 845228.

HSL color Cylindrical-coordinate representation of color #ACE50C: hue angle of 75.76º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ACE50C is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 229 12 -
CMYK 0.25 0 0.95 0.10
HSL 75.76º 0.9% 0.47% -
HSV(B) 75.76º 0.95% 0.9% -
XYZ 45.1 64.84 10.49 -
YUV 187.22 29.12 117.14 -
System Red Green Blue C M Y K H S L
Decimal 172 229 12 0.25 0 0.95 0.10 75.76 0.9 0.47
Hex AC E5 C 19 0 5F A 4C 5A 2F
Octal 254 345 14 31 0 137 12 114 132 57
Binary 10101100 11100101 1100 11001 0 1011111 1010 1001100 1011010 101111

Color Harmonies of #ACE50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE50C

Black with #ACE50C

Text Example


Text Example

White with #ACE50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE50C; }

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

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

background-color css

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

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

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

border-color css

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

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

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