#AAD866

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

Shades of Conifer #AAD866

Tints of Conifer #AAD866

Color information

#AAD866 (or 0xAAD866) is unknown color: approx Conifer. HEX triplet: AA, D8 and 66. RGB value is (170,216,102). Sum of RGB (Red+Green+Blue) = 170+216+102=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 216 (84.77% from 255 or 44.26% from 488); Blue value is 102 (40.23% from 255 or 20.90% from 488); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD866 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD866 is #552799. Grayscale: #BDBDBD. Windows color (decimal): -5580698 or 6740138. OLE color: 6740138.

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

Color convert

RGB170216102-
CMYK0.2100.530.15
HSL84.21º59.38%62.35%-
HSV(B)84.21º52.78%84.71%-
XYZ43.5358.6221.59-
YUV189.2578.76114.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.84%
GREEN value IS 216 (84.77% from 255) = 44.26%
BLUE value IS 102 (40.23% from 255) = 20.90%
R=34.84%
G=44.26%
B=20.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1702161020.2100.530.1584.2159.3862.35
HexAAD86615035F543b3e
Octal25233014625065171247376
Binary1010101011011000110011010101011010111111010100111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD866; }

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

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

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

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

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

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

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

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