#aad95f

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

Shades of Conifer #AAD95F

Tints of Conifer #AAD95F

Color information

#AAD95F (or 0xAAD95F) is unknown color: approx Conifer. HEX triplet: AA, D9 and 5F. RGB value is (170,217,95). Sum of RGB (Red+Green+Blue) = 170+217+95=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 217 (85.16% from 255 or 45.02% from 482); Blue value is 95 (37.5% from 255 or 19.71% from 482); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD95F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD95F is #5526A0. Grayscale: #BDBDBD. Windows color (decimal): -5580449 or 6281642. OLE color: 6281642.

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

Color convert

RGB17021795-
CMYK0.2200.560.15
HSL83.11º61.62%61.18%-
HSV(B)83.11º56.22%85.1%-
XYZ43.465919.92-
YUV189.0474.93114.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.27%
GREEN value IS 217 (85.16% from 255) = 45.02%
BLUE value IS 95 (37.5% from 255) = 19.71%
R=35.27%
G=45.02%
B=19.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal170217950.2200.560.1583.1161.6261.18
HexAAD95F16038F533e3d
Octal25233113726070171237675
Binary1010101011011001101111110110011100011111010011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aad95f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aad95f; }

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

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

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

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

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

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

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

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