Html Css Color HEX #ACE214 Inch Worm

📋 copy color: '#ACE214'

red 172 ◦ green 226 ◦ blue 20

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

Shades of Inch Worm #ACE214

Tints of Inch Worm #ACE214

RGB

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

 GREEN value IS 226 (88.67% from 255) = 54.07%

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

R = 41.15%
G = 54.07%
B = 4.78%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#ACE214 (or 0xACE214) is known color: Inch Worm. HEX triplet: AC, E2 and 14. RGB value is (172,226,20). Sum of RGB (Red+Green+Blue) = 172+226+20=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 226 (88.67% from 255 or 54.07% from 418); Blue value is 20 (8.20% from 255 or 4.78% from 418); Max value from RGB is 226 - color contains mainly: green. Hex color #ACE214 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACE214 is #531DEB. Grayscale: #BBBBBB. Windows color (decimal): -5447148 or 1368748. OLE color: 1368748.

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

Color convert

RGB 172 226 20 -
CMYK 0.24 0 0.91 0.11
HSL 75.73º 0.84% 0.48% -
HSV(B) 75.73º 0.91% 0.89% -
XYZ 44.34 63.21 10.53 -
YUV 186.37 34.11 117.75 -
System Red Green Blue C M Y K H S L
Decimal 172 226 20 0.24 0 0.91 0.11 75.73 0.84 0.48
Hex AC E2 14 18 0 5B B 4C 54 30
Octal 254 342 24 30 0 133 13 114 124 60
Binary 10101100 11100010 10100 11000 0 1011011 1011 1001100 1010100 110000

Color Harmonies of #ACE214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE214

Black with #ACE214

Text Example


Text Example

White with #ACE214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE214; }

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

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

background-color css

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

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

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

border-color css

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

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

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