Html Css Color HEX #ACEA12 Inch Worm

📋 copy color: '#ACEA12'

red 172 ◦ green 234 ◦ blue 18

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

Shades of Inch Worm #ACEA12

Tints of Inch Worm #ACEA12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.25%

R = 40.57%
G = 55.19%
B = 4.25%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#ACEA12 (or 0xACEA12) is known color: Inch Worm. HEX triplet: AC, EA and 12. RGB value is (172,234,18). Sum of RGB (Red+Green+Blue) = 172+234+18=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 234 (91.80% from 255 or 55.19% from 424); Blue value is 18 (7.42% from 255 or 4.25% from 424); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEA12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACEA12 is #5315ED. Grayscale: #BFBFBF. Windows color (decimal): -5445102 or 1239724. OLE color: 1239724.

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

Color convert

RGB 172 234 18 -
CMYK 0.26 0 0.92 0.08
HSL 77.22º 0.86% 0.49% -
HSV(B) 77.22º 0.92% 0.92% -
XYZ 46.55 67.66 11.18 -
YUV 190.84 30.46 114.56 -
System Red Green Blue C M Y K H S L
Decimal 172 234 18 0.26 0 0.92 0.08 77.22 0.86 0.49
Hex AC EA 12 1A 0 5C 8 4D 56 31
Octal 254 352 22 32 0 134 10 115 126 61
Binary 10101100 11101010 10010 11010 0 1011100 1000 1001101 1010110 110001

Color Harmonies of #ACEA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEA12

Black with #ACEA12

Text Example


Text Example

White with #ACEA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEA12; }

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

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

background-color css

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

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

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

border-color css

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

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

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