#A9D95F

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

Shades of Conifer #A9D95F

Tints of Conifer #A9D95F

Color information

#A9D95F (or 0xA9D95F) is unknown color: approx Conifer. HEX triplet: A9, D9 and 5F. RGB value is (169,217,95). Sum of RGB (Red+Green+Blue) = 169+217+95=481 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.14% from 481); Green value is 217 (85.16% from 255 or 45.11% from 481); Blue value is 95 (37.5% from 255 or 19.75% from 481); Max value from RGB is 217 - color contains mainly: green. Hex color #A9D95F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9D95F is #5626A0. Grayscale: #BDBDBD. Windows color (decimal): -5645985 or 6281641. OLE color: 6281641.

HSL color Cylindrical-coordinate representation of color #A9D95F: hue angle of 83.61º 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 #A9D95F is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB16921795-
CMYK0.2200.560.15
HSL83.61º61.62%61.18%-
HSV(B)83.61º56.22%85.1%-
XYZ43.2458.8919.91-
YUV188.7475.1113.92-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.14%
GREEN value IS 217 (85.16% from 255) = 45.11%
BLUE value IS 95 (37.5% from 255) = 19.75%
R=35.14%
G=45.11%
B=19.75%

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
Decimal169217950.2200.560.1583.6161.6261.18
HexA9D95F16038F543e3d
Octal25133113726070171247675
Binary1010100111011001101111110110011100011111010100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D95F; }

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

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

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

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

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

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

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

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