Html Css Color HEX #ACE00E Inch Worm

📋 copy color: '#ACE00E'

red 172 ◦ green 224 ◦ blue 14

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

Shades of Inch Worm #ACE00E

Tints of Inch Worm #ACE00E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.41%

R = 41.95%
G = 54.63%
B = 3.41%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#ACE00E (or 0xACE00E) is known color: Inch Worm. HEX triplet: AC, E0 and 0E. RGB value is (172,224,14). Sum of RGB (Red+Green+Blue) = 172+224+14=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 224 (87.89% from 255 or 54.63% from 410); Blue value is 14 (5.86% from 255 or 3.41% from 410); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE00E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACE00E is #531FF1. Grayscale: #B9B9B9. Windows color (decimal): -5447666 or 975020. OLE color: 975020.

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

Color convert

RGB 172 224 14 -
CMYK 0.23 0 0.94 0.12
HSL 74.86º 0.88% 0.47% -
HSV(B) 74.86º 0.94% 0.88% -
XYZ 43.75 62.11 10.1 -
YUV 184.51 31.77 119.08 -
System Red Green Blue C M Y K H S L
Decimal 172 224 14 0.23 0 0.94 0.12 74.86 0.88 0.47
Hex AC E0 E 17 0 5E C 4B 58 2F
Octal 254 340 16 27 0 136 14 113 130 57
Binary 10101100 11100000 1110 10111 0 1011110 1100 1001011 1011000 101111

Color Harmonies of #ACE00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE00E

Black with #ACE00E

Text Example


Text Example

White with #ACE00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE00E; }

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

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

background-color css

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

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

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

border-color css

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

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

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