#AAD161

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

Shades of Conifer #AAD161

Tints of Conifer #AAD161

Color information

#AAD161 (or 0xAAD161) is unknown color: approx Conifer. HEX triplet: AA, D1 and 61. RGB value is (170,209,97). Sum of RGB (Red+Green+Blue) = 170+209+97=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 209 (82.03% from 255 or 43.91% from 476); Blue value is 97 (38.28% from 255 or 20.38% from 476); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD161 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD161 is #552E9E. Grayscale: #B8B8B8. Windows color (decimal): -5582495 or 6410666. OLE color: 6410666.

HSL color Cylindrical-coordinate representation of color #AAD161: hue angle of 80.89º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AAD161 is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB17020997-
CMYK0.1900.540.18
HSL80.89º54.9%60%-
HSV(B)80.89º53.59%81.96%-
XYZ41.5455.0119.74-
YUV184.5778.58117.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.71%
GREEN value IS 209 (82.03% from 255) = 43.91%
BLUE value IS 97 (38.28% from 255) = 20.38%
R=35.71%
G=43.91%
B=20.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal170209970.1900.540.1880.8954.960
HexAAD161130361251373c
Octal25232114123066221216774
Binary10101010110100011100001100110110110100101010001110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD161; }

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

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

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

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

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

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

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

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