Html Css Color HEX #AAE802 Inch Worm

📋 copy color: '#AAE802'

red 170 ◦ green 232 ◦ blue 2

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

Shades of Inch Worm #AAE802

Tints of Inch Worm #AAE802

RGB

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

 GREEN value IS 232 (91.02% from 255) = 57.43%

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

R = 42.08%
G = 57.43%
B = 0.5%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#AAE802 (or 0xAAE802) is known color: Inch Worm. HEX triplet: AA, E8 and 02. RGB value is (170,232,2). Sum of RGB (Red+Green+Blue) = 170+232+2=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 232 (91.02% from 255 or 57.43% from 404); Blue value is 2 (1.17% from 255 or 0.50% from 404); Max value from RGB is 232 - color contains mainly: green. Hex color #AAE802 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAE802 is #5517FD. Grayscale: #BCBCBC. Windows color (decimal): -5576702 or 190634. OLE color: 190634.

HSL color Cylindrical-coordinate representation of color #AAE802: hue angle of 76.17º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AAE802 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 232 2 -
CMYK 0.27 0 0.99 0.09
HSL 76.17º 0.98% 0.46% -
HSV(B) 76.17º 0.99% 0.91% -
XYZ 45.45 66.26 10.45 -
YUV 187.24 23.46 115.7 -
System Red Green Blue C M Y K H S L
Decimal 170 232 2 0.27 0 0.99 0.09 76.17 0.98 0.46
Hex AA E8 2 1B 0 63 9 4C 62 2E
Octal 252 350 2 33 0 143 11 114 142 56
Binary 10101010 11101000 10 11011 0 1100011 1001 1001100 1100010 101110

Color Harmonies of #AAE802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE802

Black with #AAE802

Text Example


Text Example

White with #AAE802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE802; }

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

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

background-color css

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

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

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

border-color css

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

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

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