#AAE161

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

Shades of Conifer #AAE161

Tints of Conifer #AAE161

Color information

#AAE161 (or 0xAAE161) is unknown color: approx Conifer. HEX triplet: AA, E1 and 61. RGB value is (170,225,97). Sum of RGB (Red+Green+Blue) = 170+225+97=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 225 (88.28% from 255 or 45.73% from 492); Blue value is 97 (38.28% from 255 or 19.72% from 492); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE161 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE161 is #551E9E. Grayscale: #C2C2C2. Windows color (decimal): -5578399 or 6414762. OLE color: 6414762.

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

Color convert

RGB17022597-
CMYK0.2400.570.12
HSL85.78º68.09%63.14%-
HSV(B)85.78º56.89%88.24%-
XYZ45.6663.2621.11-
YUV193.9673.28110.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.55%
GREEN value IS 225 (88.28% from 255) = 45.73%
BLUE value IS 97 (38.28% from 255) = 19.72%
R=34.55%
G=45.73%
B=19.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal170225970.2400.570.1285.7868.0963.14
HexAAE16118039C56443f
Octal252341141300711412610477
Binary10101010111000011100001110000111001110010101101000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE161; }

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

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

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

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

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

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

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

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