Html Css Color HEX #AAE513 Inch Worm

📋 copy color: '#AAE513'

red 170 ◦ green 229 ◦ blue 19

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

Shades of Inch Worm #AAE513

Tints of Inch Worm #AAE513

RGB

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

 GREEN value IS 229 (89.84% from 255) = 54.78%

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

R = 40.67%
G = 54.78%
B = 4.55%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.92

 K value IS 0.10

RGB Variations

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

Color information

#AAE513 (or 0xAAE513) is known color: Inch Worm. HEX triplet: AA, E5 and 13. RGB value is (170,229,19). Sum of RGB (Red+Green+Blue) = 170+229+19=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 229 (89.84% from 255 or 54.78% from 418); Blue value is 19 (7.81% from 255 or 4.55% from 418); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE513 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAE513 is #551AEC. Grayscale: #BCBCBC. Windows color (decimal): -5577453 or 1303978. OLE color: 1303978.

HSL color Cylindrical-coordinate representation of color #AAE513: hue angle of 76.86º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AAE513 is Cyan = 0.26, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 229 19 -
CMYK 0.26 0 0.92 0.10
HSL 76.86º 0.85% 0.49% -
HSV(B) 76.86º 0.92% 0.9% -
XYZ 44.71 64.63 10.73 -
YUV 187.42 32.95 115.58 -
System Red Green Blue C M Y K H S L
Decimal 170 229 19 0.26 0 0.92 0.10 76.86 0.85 0.49
Hex AA E5 13 1A 0 5C A 4D 55 31
Octal 252 345 23 32 0 134 12 115 125 61
Binary 10101010 11100101 10011 11010 0 1011100 1010 1001101 1010101 110001

Color Harmonies of #AAE513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE513

Black with #AAE513

Text Example


Text Example

White with #AAE513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE513; }

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

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

background-color css

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

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

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

border-color css

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

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

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