Html Css Color HEX #ACE42A Inch Worm

📋 copy color: '#ACE42A'

red 172 ◦ green 228 ◦ blue 42

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

Shades of Inch Worm #ACE42A

Tints of Inch Worm #ACE42A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.5%

R = 38.91%
G = 51.58%
B = 9.5%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#ACE42A (or 0xACE42A) is known color: Inch Worm. HEX triplet: AC, E4 and 2A. RGB value is (172,228,42). Sum of RGB (Red+Green+Blue) = 172+228+42=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 228 (89.45% from 255 or 51.58% from 442); Blue value is 42 (16.80% from 255 or 9.50% from 442); Max value from RGB is 228 - color contains mainly: green. Hex color #ACE42A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE42A is #531BD5. Grayscale: #BEBEBE. Windows color (decimal): -5446614 or 2811052. OLE color: 2811052.

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

Color convert

RGB 172 228 42 -
CMYK 0.25 0 0.82 0.11
HSL 78.06º 0.78% 0.53% -
HSV(B) 78.06º 0.82% 0.89% -
XYZ 45.17 64.42 12.24 -
YUV 190.05 44.45 115.12 -
System Red Green Blue C M Y K H S L
Decimal 172 228 42 0.25 0 0.82 0.11 78.06 0.78 0.53
Hex AC E4 2A 19 0 52 B 4E 4E 35
Octal 254 344 52 31 0 122 13 116 116 65
Binary 10101100 11100100 101010 11001 0 1010010 1011 1001110 1001110 110101

Color Harmonies of #ACE42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE42A

Black with #ACE42A

Text Example


Text Example

White with #ACE42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE42A; }

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

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

background-color css

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

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

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

border-color css

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

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

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