Html Css Color HEX #AAE213 Inch Worm

📋 copy color: '#AAE213'

red 170 ◦ green 226 ◦ blue 19

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

Shades of Inch Worm #AAE213

Tints of Inch Worm #AAE213

RGB

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

 GREEN value IS 226 (88.67% from 255) = 54.46%

 BLUE value IS 19 (7.81% from 255) = 4.58%

R = 40.96%
G = 54.46%
B = 4.58%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#AAE213 (or 0xAAE213) is known color: Inch Worm. HEX triplet: AA, E2 and 13. RGB value is (170,226,19). Sum of RGB (Red+Green+Blue) = 170+226+19=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 226 (88.67% from 255 or 54.46% from 415); Blue value is 19 (7.81% from 255 or 4.58% from 415); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE213 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAE213 is #551DEC. Grayscale: #BABABA. Windows color (decimal): -5578221 or 1303210. OLE color: 1303210.

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

Color convert

RGB 170 226 19 -
CMYK 0.25 0 0.92 0.11
HSL 76.23º 0.84% 0.48% -
HSV(B) 76.23º 0.92% 0.89% -
XYZ 43.89 62.99 10.46 -
YUV 185.66 33.95 116.83 -
System Red Green Blue C M Y K H S L
Decimal 170 226 19 0.25 0 0.92 0.11 76.23 0.84 0.48
Hex AA E2 13 19 0 5C B 4C 54 30
Octal 252 342 23 31 0 134 13 114 124 60
Binary 10101010 11100010 10011 11001 0 1011100 1011 1001100 1010100 110000

Color Harmonies of #AAE213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE213

Black with #AAE213

Text Example


Text Example

White with #AAE213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE213; }

 p { color: rgb(170,226,19); }

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

background-color css

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

 a { background-color: rgb(170,226,19); }

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

border-color css

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

 span { border-color: rgb(170,226,19); }

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