Html Css Color HEX #ACEA0C Inch Worm

📋 copy color: '#ACEA0C'

red 172 ◦ green 234 ◦ blue 12

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

Shades of Inch Worm #ACEA0C

Tints of Inch Worm #ACEA0C

RGB

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

 GREEN value IS 234 (91.8% from 255) = 55.98%

 BLUE value IS 12 (5.08% from 255) = 2.87%

R = 41.15%
G = 55.98%
B = 2.87%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#ACEA0C (or 0xACEA0C) is known color: Inch Worm. HEX triplet: AC, EA and 0C. RGB value is (172,234,12). Sum of RGB (Red+Green+Blue) = 172+234+12=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 234 (91.80% from 255 or 55.98% from 418); Blue value is 12 (5.08% from 255 or 2.87% from 418); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEA0C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACEA0C is #5315F3. Grayscale: #BEBEBE. Windows color (decimal): -5445108 or 846508. OLE color: 846508.

HSL color Cylindrical-coordinate representation of color #ACEA0C: hue angle of 76.76º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ACEA0C is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 234 12 -
CMYK 0.26 0 0.95 0.08
HSL 76.76º 0.9% 0.48% -
HSV(B) 76.76º 0.95% 0.92% -
XYZ 46.5 67.64 10.95 -
YUV 190.15 27.46 115.05 -
System Red Green Blue C M Y K H S L
Decimal 172 234 12 0.26 0 0.95 0.08 76.76 0.9 0.48
Hex AC EA C 1A 0 5F 8 4D 5A 30
Octal 254 352 14 32 0 137 10 115 132 60
Binary 10101100 11101010 1100 11010 0 1011111 1000 1001101 1011010 110000

Color Harmonies of #ACEA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEA0C

Black with #ACEA0C

Text Example


Text Example

White with #ACEA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEA0C; }

 p { color: rgb(172,234,12); }

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

background-color css

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

 a { background-color: rgb(172,234,12); }

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

border-color css

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

 span { border-color: rgb(172,234,12); }

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