#A9D061

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

Shades of Conifer #A9D061

Tints of Conifer #A9D061

Color information

#A9D061 (or 0xA9D061) is unknown color: approx Conifer. HEX triplet: A9, D0 and 61. RGB value is (169,208,97). Sum of RGB (Red+Green+Blue) = 169+208+97=474 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.65% from 474); Green value is 208 (81.64% from 255 or 43.88% from 474); Blue value is 97 (38.28% from 255 or 20.46% from 474); Max value from RGB is 208 - color contains mainly: green. Hex color #A9D061 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9D061 is #562F9E. Grayscale: #B8B8B8. Windows color (decimal): -5648287 or 6410409. OLE color: 6410409.

HSL color Cylindrical-coordinate representation of color #A9D061: hue angle of 81.08º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A9D061 is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB16920897-
CMYK0.1900.530.18
HSL81.08º54.15%59.8%-
HSV(B)81.08º53.37%81.57%-
XYZ41.0854.4119.65-
YUV183.6879.08117.53-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.65%
GREEN value IS 208 (81.64% from 255) = 43.88%
BLUE value IS 97 (38.28% from 255) = 20.46%
R=35.65%
G=43.88%
B=20.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal169208970.1900.530.1881.0854.1559.8
HexA9D061130351251363c
Octal25132014123065221216674
Binary10101001110100001100001100110110101100101010001110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D061; }

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

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

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

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

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

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

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

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