Html Css Color HEX #AAE302 Inch Worm

📋 copy color: '#AAE302'

red 170 ◦ green 227 ◦ blue 2

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

Shades of Inch Worm #AAE302

Tints of Inch Worm #AAE302

RGB

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

 GREEN value IS 227 (89.06% from 255) = 56.89%

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

R = 42.61%
G = 56.89%
B = 0.5%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#AAE302 (or 0xAAE302) is known color: Inch Worm. HEX triplet: AA, E3 and 02. RGB value is (170,227,2). Sum of RGB (Red+Green+Blue) = 170+227+2=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 227 (89.06% from 255 or 56.89% from 399); Blue value is 2 (1.17% from 255 or 0.50% from 399); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE302 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAE302 is #551CFD. Grayscale: #B9B9B9. Windows color (decimal): -5577982 or 189354. OLE color: 189354.

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

Color convert

RGB 170 227 2 -
CMYK 0.25 0 0.99 0.11
HSL 75.2º 0.98% 0.45% -
HSV(B) 75.2º 0.99% 0.89% -
XYZ 44.06 63.49 9.99 -
YUV 184.31 25.12 117.8 -
System Red Green Blue C M Y K H S L
Decimal 170 227 2 0.25 0 0.99 0.11 75.2 0.98 0.45
Hex AA E3 2 19 0 63 B 4B 62 2D
Octal 252 343 2 31 0 143 13 113 142 55
Binary 10101010 11100011 10 11001 0 1100011 1011 1001011 1100010 101101

Color Harmonies of #AAE302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE302

Black with #AAE302

Text Example


Text Example

White with #AAE302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE302; }

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

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

background-color css

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

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

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

border-color css

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

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

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