#AAE613

Color #AAE613 Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #AAE613

Tints of Inch Worm #AAE613

Color information

#AAE613 (or 0xAAE613) is unknown color: approx Inch Worm. HEX triplet: AA, E6 and 13. RGB value is (170,230,19). Sum of RGB (Red+Green+Blue) = 170+230+19=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 230 (90.23% from 255 or 54.89% from 419); Blue value is 19 (7.81% from 255 or 4.53% from 419); Max value from RGB is 230 - color contains mainly: green. Hex color #AAE613 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAE613 is #5519EC. Grayscale: #BCBCBC. Windows color (decimal): -5577197 or 1304234. OLE color: 1304234.

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

Color convert

RGB17023019-
CMYK0.2600.920.10
HSL77.06º84.74%48.82%-
HSV(B)77.06º91.74%90.2%-
XYZ44.9965.1910.83-
YUV188.0132.62115.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.57%
GREEN value IS 230 (90.23% from 255) = 54.89%
BLUE value IS 19 (7.81% from 255) = 4.53%
R=40.57%
G=54.89%
B=4.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal170230190.2600.920.1077.0684.7448.82
HexAAE6131A05CA4d5531
Octal252346233201341211512561
Binary1010101011100110100111101001011100101010011011010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE613; }

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

 H1.HeaderClassName
 {
   color: #AAE613;
 }
 .AnyTagClassName
 {
   color: #AAE613;
 }
</style>
background-color css

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

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

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

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

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

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