Html Css Color HEX #ACE414 Inch Worm

📋 copy color: '#ACE414'

red 172 ◦ green 228 ◦ blue 20

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

Shades of Inch Worm #ACE414

Tints of Inch Worm #ACE414

RGB

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

 GREEN value IS 228 (89.45% from 255) = 54.29%

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

R = 40.95%
G = 54.29%
B = 4.76%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#ACE414 (or 0xACE414) is known color: Inch Worm. HEX triplet: AC, E4 and 14. RGB value is (172,228,20). Sum of RGB (Red+Green+Blue) = 172+228+20=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 228 (89.45% from 255 or 54.29% from 420); Blue value is 20 (8.20% from 255 or 4.76% from 420); Max value from RGB is 228 - color contains mainly: green. Hex color #ACE414 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACE414 is #531BEB. Grayscale: #BCBCBC. Windows color (decimal): -5446636 or 1369260. OLE color: 1369260.

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

Color convert

RGB 172 228 20 -
CMYK 0.25 0 0.91 0.11
HSL 76.15º 0.84% 0.49% -
HSV(B) 76.15º 0.91% 0.89% -
XYZ 44.88 64.31 10.71 -
YUV 187.54 33.45 116.91 -
System Red Green Blue C M Y K H S L
Decimal 172 228 20 0.25 0 0.91 0.11 76.15 0.84 0.49
Hex AC E4 14 19 0 5B B 4C 54 31
Octal 254 344 24 31 0 133 13 114 124 61
Binary 10101100 11100100 10100 11001 0 1011011 1011 1001100 1010100 110001

Color Harmonies of #ACE414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE414

Black with #ACE414

Text Example


Text Example

White with #ACE414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE414; }

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

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

background-color css

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

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

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

border-color css

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

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

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