Html Css Color HEX #ACE010 Inch Worm

📋 copy color: '#ACE010'

red 172 ◦ green 224 ◦ blue 16

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

Shades of Inch Worm #ACE010

Tints of Inch Worm #ACE010

RGB

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

 GREEN value IS 224 (87.89% from 255) = 54.37%

 BLUE value IS 16 (6.64% from 255) = 3.88%

R = 41.75%
G = 54.37%
B = 3.88%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#ACE010 (or 0xACE010) is known color: Inch Worm. HEX triplet: AC, E0 and 10. RGB value is (172,224,16). Sum of RGB (Red+Green+Blue) = 172+224+16=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 224 (87.89% from 255 or 54.37% from 412); Blue value is 16 (6.64% from 255 or 3.88% from 412); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE010 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACE010 is #531FEF. Grayscale: #B9B9B9. Windows color (decimal): -5447664 or 1106092. OLE color: 1106092.

HSL color Cylindrical-coordinate representation of color #ACE010: hue angle of 75º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ACE010 is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB 172 224 16 -
CMYK 0.23 0 0.93 0.12
HSL 75º 0.87% 0.47% -
HSV(B) 75º 0.93% 0.88% -
XYZ 43.76 62.12 10.17 -
YUV 184.74 32.77 118.91 -
System Red Green Blue C M Y K H S L
Decimal 172 224 16 0.23 0 0.93 0.12 75 0.87 0.47
Hex AC E0 10 17 0 5D C 4B 57 2F
Octal 254 340 20 27 0 135 14 113 127 57
Binary 10101100 11100000 10000 10111 0 1011101 1100 1001011 1010111 101111

Color Harmonies of #ACE010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE010

Black with #ACE010

Text Example


Text Example

White with #ACE010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE010; }

 p { color: rgb(172,224,16); }

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

background-color css

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

 a { background-color: rgb(172,224,16); }

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

border-color css

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

 span { border-color: rgb(172,224,16); }

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