#a9c95f

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

Shades of Conifer #A9C95F

Tints of Conifer #A9C95F

Color information

#A9C95F (or 0xA9C95F) is unknown color: approx Conifer. HEX triplet: A9, C9 and 5F. RGB value is (169,201,95). Sum of RGB (Red+Green+Blue) = 169+201+95=465 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.34% from 465); Green value is 201 (78.91% from 255 or 43.23% from 465); Blue value is 95 (37.5% from 255 or 20.43% from 465); Max value from RGB is 201 - color contains mainly: green. Hex color #A9C95F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9C95F is #5636A0. Grayscale: #B3B3B3. Windows color (decimal): -5650081 or 6277545. OLE color: 6277545.

HSL color Cylindrical-coordinate representation of color #A9C95F: hue angle of 78.11º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A9C95F is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB16920195-
CMYK0.1600.530.21
HSL78.11º49.53%58.04%-
HSV(B)78.11º52.74%78.82%-
XYZ39.3151.0318.61-
YUV179.3580.4120.62-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.34%
GREEN value IS 201 (78.91% from 255) = 43.23%
BLUE value IS 95 (37.5% from 255) = 20.43%
R=36.34%
G=43.23%
B=20.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal169201950.1600.530.2178.1149.5358.04
HexA9C95F10035154e323a
Octal25131113720065251166272
Binary10101001110010011011111100000110101101011001110110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a9c95f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a9c95f; }

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

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

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

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

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

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

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

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