#AAE145

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

Shades of Conifer #AAE145

Tints of Conifer #AAE145

Color information

#AAE145 (or 0xAAE145) is unknown color: approx Conifer. HEX triplet: AA, E1 and 45. RGB value is (170,225,69). Sum of RGB (Red+Green+Blue) = 170+225+69=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 225 (88.28% from 255 or 48.49% from 464); Blue value is 69 (27.34% from 255 or 14.87% from 464); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE145 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE145 is #551EBA. Grayscale: #BFBFBF. Windows color (decimal): -5578427 or 4579754. OLE color: 4579754.

HSL color Cylindrical-coordinate representation of color #AAE145: hue angle of 81.15º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AAE145 is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB17022569-
CMYK0.2400.690.12
HSL81.15º72.22%57.65%-
HSV(B)81.15º69.33%88.24%-
XYZ44.5862.8315.41-
YUV190.7759.28113.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.64%
GREEN value IS 225 (88.28% from 255) = 48.49%
BLUE value IS 69 (27.34% from 255) = 14.87%
R=36.64%
G=48.49%
B=14.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal170225690.2400.690.1281.1572.2257.65
HexAAE14518045C51483a
Octal2523411053001051412111072
Binary101010101110000110001011100001000101110010100011001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE145; }

 p { color: rgb(170,225,69); }

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

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

 a { background-color: rgb(170,225,69); }

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

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

 span { border-color: rgb(170,225,69); }

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