Html Css Color HEX #AAE416 Inch Worm

📋 copy color: '#AAE416'

red 170 ◦ green 228 ◦ blue 22

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

Shades of Inch Worm #AAE416

Tints of Inch Worm #AAE416

RGB

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

 GREEN value IS 228 (89.45% from 255) = 54.29%

 BLUE value IS 22 (8.98% from 255) = 5.24%

R = 40.48%
G = 54.29%
B = 5.24%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#AAE416 (or 0xAAE416) is known color: Inch Worm. HEX triplet: AA, E4 and 16. RGB value is (170,228,22). Sum of RGB (Red+Green+Blue) = 170+228+22=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 228 (89.45% from 255 or 54.29% from 420); Blue value is 22 (8.98% from 255 or 5.24% from 420); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE416 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAE416 is #551BE9. Grayscale: #BBBBBB. Windows color (decimal): -5577706 or 1500330. OLE color: 1500330.

HSL color Cylindrical-coordinate representation of color #AAE416: hue angle of 76.89º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AAE416 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 228 22 -
CMYK 0.25 0 0.90 0.11
HSL 76.89º 0.82% 0.49% -
HSV(B) 76.89º 0.9% 0.89% -
XYZ 44.47 64.09 10.79 -
YUV 187.17 34.78 115.75 -
System Red Green Blue C M Y K H S L
Decimal 170 228 22 0.25 0 0.90 0.11 76.89 0.82 0.49
Hex AA E4 16 19 0 5A B 4D 52 31
Octal 252 344 26 31 0 132 13 115 122 61
Binary 10101010 11100100 10110 11001 0 1011010 1011 1001101 1010010 110001

Color Harmonies of #AAE416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE416

Black with #AAE416

Text Example


Text Example

White with #AAE416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE416; }

 p { color: rgb(170,228,22); }

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

background-color css

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

 a { background-color: rgb(170,228,22); }

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

border-color css

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

 span { border-color: rgb(170,228,22); }

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