Html Css Color HEX #ACE502 Inch Worm

📋 copy color: '#ACE502'

red 172 ◦ green 229 ◦ blue 2

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

Shades of Inch Worm #ACE502

Tints of Inch Worm #ACE502

RGB

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

 GREEN value IS 229 (89.84% from 255) = 56.82%

 BLUE value IS 2 (1.17% from 255) = 0.5%

R = 42.68%
G = 56.82%
B = 0.5%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#ACE502 (or 0xACE502) is known color: Inch Worm. HEX triplet: AC, E5 and 02. RGB value is (172,229,2). Sum of RGB (Red+Green+Blue) = 172+229+2=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 229 (89.84% from 255 or 56.82% from 403); Blue value is 2 (1.17% from 255 or 0.50% from 403); Max value from RGB is 229 - color contains mainly: green. Hex color #ACE502 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACE502 is #531AFD. Grayscale: #BABABA. Windows color (decimal): -5446398 or 189868. OLE color: 189868.

HSL color Cylindrical-coordinate representation of color #ACE502: hue angle of 75.07º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ACE502 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 229 2 -
CMYK 0.25 0 0.99 0.10
HSL 75.07º 0.98% 0.45% -
HSV(B) 75.07º 0.99% 0.9% -
XYZ 45.04 64.81 10.19 -
YUV 186.08 24.12 117.96 -
System Red Green Blue C M Y K H S L
Decimal 172 229 2 0.25 0 0.99 0.10 75.07 0.98 0.45
Hex AC E5 2 19 0 63 A 4B 62 2D
Octal 254 345 2 31 0 143 12 113 142 55
Binary 10101100 11100101 10 11001 0 1100011 1010 1001011 1100010 101101

Color Harmonies of #ACE502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE502

Black with #ACE502

Text Example


Text Example

White with #ACE502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE502; }

 p { color: rgb(172,229,2); }

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

background-color css

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

 a { background-color: rgb(172,229,2); }

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

border-color css

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

 span { border-color: rgb(172,229,2); }

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