#A9CD5D

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

Shades of Conifer #A9CD5D

Tints of Conifer #A9CD5D

Color information

#A9CD5D (or 0xA9CD5D) is unknown color: approx Conifer. HEX triplet: A9, CD and 5D. RGB value is (169,205,93). Sum of RGB (Red+Green+Blue) = 169+205+93=467 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.19% from 467); Green value is 205 (80.47% from 255 or 43.90% from 467); Blue value is 93 (36.72% from 255 or 19.91% from 467); Max value from RGB is 205 - color contains mainly: green. Hex color #A9CD5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9CD5D is #5632A2. Grayscale: #B5B5B5. Windows color (decimal): -5649059 or 6147497. OLE color: 6147497.

HSL color Cylindrical-coordinate representation of color #A9CD5D: hue angle of 79.29º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A9CD5D is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB16920593-
CMYK0.1800.550.20
HSL79.29º52.83%58.43%-
HSV(B)79.29º54.63%80.39%-
XYZ40.1752.8918.45-
YUV181.4778.07119.11-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.19%
GREEN value IS 205 (80.47% from 255) = 43.90%
BLUE value IS 93 (36.72% from 255) = 19.91%
R=36.19%
G=43.90%
B=19.91%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal169205930.1800.550.2079.2952.8358.43
HexA9CD5D12037144f353a
Octal25131513522067241176572
Binary10101001110011011011101100100110111101001001111110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CD5D; }

 p { color: rgb(169,205,93); }

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

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

 a { background-color: rgb(169,205,93); }

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

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

 span { border-color: rgb(169,205,93); }

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