#AAE96A

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

Shades of Conifer #AAE96A

Tints of Conifer #AAE96A

Color information

#AAE96A (or 0xAAE96A) is unknown color: approx Conifer. HEX triplet: AA, E9 and 6A. RGB value is (170,233,106). Sum of RGB (Red+Green+Blue) = 170+233+106=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 233 (91.41% from 255 or 45.78% from 509); Blue value is 106 (41.80% from 255 or 20.83% from 509); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE96A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAE96A is #551695. Grayscale: #C8C8C8. Windows color (decimal): -5576342 or 7006634. OLE color: 7006634.

HSL color Cylindrical-coordinate representation of color #AAE96A: hue angle of 89.76º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AAE96A is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB170233106-
CMYK0.2700.550.09
HSL89.76º74.27%66.47%-
HSV(B)89.76º54.51%91.37%-
XYZ48.3267.8624.19-
YUV199.6875.13106.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.40%
GREEN value IS 233 (91.41% from 255) = 45.78%
BLUE value IS 106 (41.80% from 255) = 20.83%
R=33.40%
G=45.78%
B=20.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1702331060.2700.550.0989.7674.2766.47
HexAAE96A1B03795a4a42
Octal2523511523306711132112102
Binary101010101110100111010101101101101111001101101010010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE96A; }

 p { color: rgb(170,233,106); }

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

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

 a { background-color: rgb(170,233,106); }

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

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

 span { border-color: rgb(170,233,106); }

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