Html Css Color HEX #AAE502 Inch Worm

📋 copy color: '#AAE502'

red 170 ◦ green 229 ◦ blue 2

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

Shades of Inch Worm #AAE502

Tints of Inch Worm #AAE502

RGB

 RED value IS 170 (66.8% from 255) = 42.39%

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

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

R = 42.39%
G = 57.11%
B = 0.5%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#AAE502 (or 0xAAE502) is known color: Inch Worm. HEX triplet: AA, E5 and 02. RGB value is (170,229,2). Sum of RGB (Red+Green+Blue) = 170+229+2=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 229 (89.84% from 255 or 57.11% from 401); Blue value is 2 (1.17% from 255 or 0.50% from 401); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE502 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAE502 is #551AFD. Grayscale: #BABABA. Windows color (decimal): -5577470 or 189866. OLE color: 189866.

HSL color Cylindrical-coordinate representation of color #AAE502: hue angle of 75.59º 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 #AAE502 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 229 2 -
CMYK 0.26 0 0.99 0.10
HSL 75.59º 0.98% 0.45% -
HSV(B) 75.59º 0.99% 0.9% -
XYZ 44.61 64.59 10.17 -
YUV 185.48 24.45 116.96 -
System Red Green Blue C M Y K H S L
Decimal 170 229 2 0.26 0 0.99 0.10 75.59 0.98 0.45
Hex AA E5 2 1A 0 63 A 4C 62 2D
Octal 252 345 2 32 0 143 12 114 142 55
Binary 10101010 11100101 10 11010 0 1100011 1010 1001100 1100010 101101

Color Harmonies of #AAE502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE502

Black with #AAE502

Text Example


Text Example

White with #AAE502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE502; }

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

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

background-color css

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

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

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

border-color css

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

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

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