#AAD96A

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

Shades of Conifer #AAD96A

Tints of Conifer #AAD96A

Color information

#AAD96A (or 0xAAD96A) is unknown color: approx Conifer. HEX triplet: AA, D9 and 6A. RGB value is (170,217,106). Sum of RGB (Red+Green+Blue) = 170+217+106=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 217 (85.16% from 255 or 44.02% from 493); Blue value is 106 (41.80% from 255 or 21.50% from 493); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD96A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD96A is #552695. Grayscale: #BEBEBE. Windows color (decimal): -5580438 or 7002538. OLE color: 7002538.

HSL color Cylindrical-coordinate representation of color #AAD96A: hue angle of 85.41º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AAD96A is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB170217106-
CMYK0.2200.510.15
HSL85.41º59.36%63.33%-
HSV(B)85.41º51.15%85.1%-
XYZ43.9959.2122.75-
YUV190.2980.43113.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.48%
GREEN value IS 217 (85.16% from 255) = 44.02%
BLUE value IS 106 (41.80% from 255) = 21.50%
R=34.48%
G=44.02%
B=21.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1702171060.2200.510.1585.4159.3663.33
HexAAD96A16033F553b3f
Octal25233115226063171257377
Binary1010101011011001110101010110011001111111010101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD96A; }

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

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

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

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

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

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

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

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