Html Css Color HEX #ACE114 Inch Worm

📋 copy color: '#ACE114'

red 172 ◦ green 225 ◦ blue 20

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

Shades of Inch Worm #ACE114

Tints of Inch Worm #ACE114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.8%

R = 41.25%
G = 53.96%
B = 4.8%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#ACE114 (or 0xACE114) is known color: Inch Worm. HEX triplet: AC, E1 and 14. RGB value is (172,225,20). Sum of RGB (Red+Green+Blue) = 172+225+20=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 225 (88.28% from 255 or 53.96% from 417); Blue value is 20 (8.20% from 255 or 4.80% from 417); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE114 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACE114 is #531EEB. Grayscale: #BABABA. Windows color (decimal): -5447404 or 1368492. OLE color: 1368492.

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

Color convert

RGB 172 225 20 -
CMYK 0.24 0 0.91 0.12
HSL 75.51º 0.84% 0.48% -
HSV(B) 75.51º 0.91% 0.88% -
XYZ 44.06 62.67 10.44 -
YUV 185.78 34.44 118.17 -
System Red Green Blue C M Y K H S L
Decimal 172 225 20 0.24 0 0.91 0.12 75.51 0.84 0.48
Hex AC E1 14 18 0 5B C 4C 54 30
Octal 254 341 24 30 0 133 14 114 124 60
Binary 10101100 11100001 10100 11000 0 1011011 1100 1001100 1010100 110000

Color Harmonies of #ACE114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE114

Black with #ACE114

Text Example


Text Example

White with #ACE114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE114; }

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

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

background-color css

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

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

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

border-color css

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

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

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