Html Css Color HEX #AAE316 Inch Worm

📋 copy color: '#AAE316'

red 170 ◦ green 227 ◦ blue 22

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

Shades of Inch Worm #AAE316

Tints of Inch Worm #AAE316

RGB

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

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

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

R = 40.57%
G = 54.18%
B = 5.25%

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

#AAE316 (or 0xAAE316) is known color: Inch Worm. HEX triplet: AA, E3 and 16. RGB value is (170,227,22). Sum of RGB (Red+Green+Blue) = 170+227+22=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 227 (89.06% from 255 or 54.18% from 419); Blue value is 22 (8.98% from 255 or 5.25% from 419); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE316 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAE316 is #551CE9. Grayscale: #BBBBBB. Windows color (decimal): -5577962 or 1500074. OLE color: 1500074.

HSL color Cylindrical-coordinate representation of color #AAE316: hue angle of 76.68º 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 #AAE316 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 227 22 -
CMYK 0.25 0 0.90 0.11
HSL 76.68º 0.82% 0.49% -
HSV(B) 76.68º 0.9% 0.89% -
XYZ 44.19 63.54 10.69 -
YUV 186.59 35.12 116.17 -
System Red Green Blue C M Y K H S L
Decimal 170 227 22 0.25 0 0.90 0.11 76.68 0.82 0.49
Hex AA E3 16 19 0 5A B 4D 52 31
Octal 252 343 26 31 0 132 13 115 122 61
Binary 10101010 11100011 10110 11001 0 1011010 1011 1001101 1010010 110001

Color Harmonies of #AAE316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE316

Black with #AAE316

Text Example


Text Example

White with #AAE316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE316; }

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

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

background-color css

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

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

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

border-color css

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

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

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