Html Css Color HEX #AAE702 Inch Worm

📋 copy color: '#AAE702'

red 170 ◦ green 231 ◦ blue 2

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

Shades of Inch Worm #AAE702

Tints of Inch Worm #AAE702

RGB

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

 GREEN value IS 231 (90.63% from 255) = 57.32%

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

R = 42.18%
G = 57.32%
B = 0.5%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#AAE702 (or 0xAAE702) is known color: Inch Worm. HEX triplet: AA, E7 and 02. RGB value is (170,231,2). Sum of RGB (Red+Green+Blue) = 170+231+2=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 231 (90.62% from 255 or 57.32% from 403); Blue value is 2 (1.17% from 255 or 0.50% from 403); Max value from RGB is 231 - color contains mainly: green. Hex color #AAE702 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAE702 is #5518FD. Grayscale: #BBBBBB. Windows color (decimal): -5576958 or 190378. OLE color: 190378.

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

Color convert

RGB 170 231 2 -
CMYK 0.26 0 0.99 0.09
HSL 75.98º 0.98% 0.46% -
HSV(B) 75.98º 0.99% 0.91% -
XYZ 45.16 65.7 10.36 -
YUV 186.66 23.79 116.12 -
System Red Green Blue C M Y K H S L
Decimal 170 231 2 0.26 0 0.99 0.09 75.98 0.98 0.46
Hex AA E7 2 1A 0 63 9 4C 62 2E
Octal 252 347 2 32 0 143 11 114 142 56
Binary 10101010 11100111 10 11010 0 1100011 1001 1001100 1100010 101110

Color Harmonies of #AAE702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE702

Black with #AAE702

Text Example


Text Example

White with #AAE702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE702; }

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

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

background-color css

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

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

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

border-color css

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

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

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