#A9D961

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

Shades of Conifer #A9D961

Tints of Conifer #A9D961

Color information

#A9D961 (or 0xA9D961) is unknown color: approx Conifer. HEX triplet: A9, D9 and 61. RGB value is (169,217,97). Sum of RGB (Red+Green+Blue) = 169+217+97=483 (63% of max value = 765). Red value is 169 (66.41% from 255 or 34.99% from 483); Green value is 217 (85.16% from 255 or 44.93% from 483); Blue value is 97 (38.28% from 255 or 20.08% from 483); Max value from RGB is 217 - color contains mainly: green. Hex color #A9D961 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9D961 is #56269E. Grayscale: #BDBDBD. Windows color (decimal): -5645983 or 6412713. OLE color: 6412713.

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

Color convert

RGB16921797-
CMYK0.2200.550.15
HSL84º61.22%61.57%-
HSV(B)84º55.3%85.1%-
XYZ43.3358.9220.4-
YUV188.9776.1113.76-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.99%
GREEN value IS 217 (85.16% from 255) = 44.93%
BLUE value IS 97 (38.28% from 255) = 20.08%
R=34.99%
G=44.93%
B=20.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal169217970.2200.550.158461.2261.57
HexA9D96116037F543d3e
Octal25133114126067171247576
Binary1010100111011001110000110110011011111111010100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D961; }

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

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

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

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

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

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

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

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