Html Css Color HEX #ACEA14 Inch Worm

📋 copy color: '#ACEA14'

red 172 ◦ green 234 ◦ blue 20

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

Shades of Inch Worm #ACEA14

Tints of Inch Worm #ACEA14

RGB

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

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

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

R = 40.38%
G = 54.93%
B = 4.69%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#ACEA14 (or 0xACEA14) is known color: Inch Worm. HEX triplet: AC, EA and 14. RGB value is (172,234,20). Sum of RGB (Red+Green+Blue) = 172+234+20=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 234 (91.80% from 255 or 54.93% from 426); Blue value is 20 (8.20% from 255 or 4.69% from 426); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEA14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACEA14 is #5315EB. Grayscale: #BFBFBF. Windows color (decimal): -5445100 or 1370796. OLE color: 1370796.

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

Color convert

RGB 172 234 20 -
CMYK 0.26 0 0.91 0.08
HSL 77.38º 0.84% 0.5% -
HSV(B) 77.38º 0.91% 0.92% -
XYZ 46.56 67.67 11.27 -
YUV 191.07 31.46 114.4 -
System Red Green Blue C M Y K H S L
Decimal 172 234 20 0.26 0 0.91 0.08 77.38 0.84 0.5
Hex AC EA 14 1A 0 5B 8 4D 54 32
Octal 254 352 24 32 0 133 10 115 124 62
Binary 10101100 11101010 10100 11010 0 1011011 1000 1001101 1010100 110010

Color Harmonies of #ACEA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEA14

Black with #ACEA14

Text Example


Text Example

White with #ACEA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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