#a9d95e

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

Shades of Conifer #A9D95E

Tints of Conifer #A9D95E

Color information

#A9D95E (or 0xA9D95E) is unknown color: approx Conifer. HEX triplet: A9, D9 and 5E. RGB value is (169,217,94). Sum of RGB (Red+Green+Blue) = 169+217+94=480 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.21% from 480); Green value is 217 (85.16% from 255 or 45.21% from 480); Blue value is 94 (37.11% from 255 or 19.58% from 480); Max value from RGB is 217 - color contains mainly: green. Hex color #A9D95E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9D95E is #5626A1. Grayscale: #BDBDBD. Windows color (decimal): -5645986 or 6216105. OLE color: 6216105.

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

Color convert

RGB16921794-
CMYK0.2200.570.15
HSL83.41º61.81%60.98%-
HSV(B)83.41º56.68%85.1%-
XYZ43.258.8719.68-
YUV188.6374.6114-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.21%
GREEN value IS 217 (85.16% from 255) = 45.21%
BLUE value IS 94 (37.11% from 255) = 19.58%
R=35.21%
G=45.21%
B=19.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal169217940.2200.570.1583.4161.8160.98
HexA9D95E16039F533e3d
Octal25133113626071171237675
Binary1010100111011001101111010110011100111111010011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a9d95e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a9d95e; }

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

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

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

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

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

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

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

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