#AAD961

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

Shades of Conifer #AAD961

Tints of Conifer #AAD961

Color information

#AAD961 (or 0xAAD961) is unknown color: approx Conifer. HEX triplet: AA, D9 and 61. RGB value is (170,217,97). Sum of RGB (Red+Green+Blue) = 170+217+97=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 217 (85.16% from 255 or 44.83% from 484); Blue value is 97 (38.28% from 255 or 20.04% from 484); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD961 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD961 is #55269E. Grayscale: #BDBDBD. Windows color (decimal): -5580447 or 6412714. OLE color: 6412714.

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

Color convert

RGB17021797-
CMYK0.2200.550.15
HSL83.5º61.22%61.57%-
HSV(B)83.5º55.3%85.1%-
XYZ43.5559.0320.41-
YUV189.2775.93114.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.12%
GREEN value IS 217 (85.16% from 255) = 44.83%
BLUE value IS 97 (38.28% from 255) = 20.04%
R=35.12%
G=44.83%
B=20.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal170217970.2200.550.1583.561.2261.57
HexAAD96116037F543d3e
Octal25233114126067171247576
Binary1010101011011001110000110110011011111111010100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD961; }

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

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

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

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

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

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

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

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