#AAD861

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

Shades of Conifer #AAD861

Tints of Conifer #AAD861

Color information

#AAD861 (or 0xAAD861) is unknown color: approx Conifer. HEX triplet: AA, D8 and 61. RGB value is (170,216,97). Sum of RGB (Red+Green+Blue) = 170+216+97=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 216 (84.77% from 255 or 44.72% from 483); Blue value is 97 (38.28% from 255 or 20.08% from 483); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD861 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD861 is #55279E. Grayscale: #BDBDBD. Windows color (decimal): -5580703 or 6412458. OLE color: 6412458.

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

Color convert

RGB17021697-
CMYK0.2100.550.15
HSL83.19º60.41%61.37%-
HSV(B)83.19º55.09%84.71%-
XYZ43.2958.5220.32-
YUV188.6876.26114.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.20%
GREEN value IS 216 (84.77% from 255) = 44.72%
BLUE value IS 97 (38.28% from 255) = 20.08%
R=35.20%
G=44.72%
B=20.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal170216970.2100.550.1583.1960.4161.37
HexAAD86115037F533c3d
Octal25233014125067171237475
Binary1010101011011000110000110101011011111111010011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD861; }

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

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

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

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

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

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

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

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