Html Css Color HEX #AAE002 Inch Worm

📋 copy color: '#AAE002'

red 170 ◦ green 224 ◦ blue 2

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

Shades of Inch Worm #AAE002

Tints of Inch Worm #AAE002

RGB

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

 GREEN value IS 224 (87.89% from 255) = 56.57%

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

R = 42.93%
G = 56.57%
B = 0.51%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#AAE002 (or 0xAAE002) is known color: Inch Worm. HEX triplet: AA, E0 and 02. RGB value is (170,224,2). Sum of RGB (Red+Green+Blue) = 170+224+2=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 224 (87.89% from 255 or 56.57% from 396); Blue value is 2 (1.17% from 255 or 0.51% from 396); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE002 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAE002 is #551FFD. Grayscale: #B7B7B7. Windows color (decimal): -5578750 or 188586. OLE color: 188586.

HSL color Cylindrical-coordinate representation of color #AAE002: hue angle of 74.59º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AAE002 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 224 2 -
CMYK 0.24 0 0.99 0.12
HSL 74.59º 0.98% 0.44% -
HSV(B) 74.59º 0.99% 0.88% -
XYZ 43.24 61.86 9.72 -
YUV 182.55 26.11 119.05 -
System Red Green Blue C M Y K H S L
Decimal 170 224 2 0.24 0 0.99 0.12 74.59 0.98 0.44
Hex AA E0 2 18 0 63 C 4B 62 2C
Octal 252 340 2 30 0 143 14 113 142 54
Binary 10101010 11100000 10 11000 0 1100011 1100 1001011 1100010 101100

Color Harmonies of #AAE002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE002

Black with #AAE002

Text Example


Text Example

White with #AAE002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE002; }

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

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

background-color css

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

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

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

border-color css

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

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

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