#A9D163

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

Shades of Conifer #A9D163

Tints of Conifer #A9D163

Color information

#A9D163 (or 0xA9D163) is unknown color: approx Conifer. HEX triplet: A9, D1 and 63. RGB value is (169,209,99). Sum of RGB (Red+Green+Blue) = 169+209+99=477 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.43% from 477); Green value is 209 (82.03% from 255 or 43.82% from 477); Blue value is 99 (39.06% from 255 or 20.75% from 477); Max value from RGB is 209 - color contains mainly: green. Hex color #A9D163 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9D163 is #562E9C. Grayscale: #B8B8B8. Windows color (decimal): -5648029 or 6541737. OLE color: 6541737.

HSL color Cylindrical-coordinate representation of color #A9D163: hue angle of 81.82º 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 #A9D163 is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB16920999-
CMYK0.1900.530.18
HSL81.82º54.46%60.39%-
HSV(B)81.82º52.63%81.96%-
XYZ41.4154.9420.23-
YUV184.579.75116.94-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.43%
GREEN value IS 209 (82.03% from 255) = 43.82%
BLUE value IS 99 (39.06% from 255) = 20.75%
R=35.43%
G=43.82%
B=20.75%

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
Decimal169209990.1900.530.1881.8254.4660.39
HexA9D163130351252363c
Octal25132114323065221226674
Binary10101001110100011100011100110110101100101010010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D163; }

 p { color: rgb(169,209,99); }

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

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

 a { background-color: rgb(169,209,99); }

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

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

 span { border-color: rgb(169,209,99); }

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