Shades of Conifer #A9DC53
Tints of Conifer #A9DC53
RGB
CMYK
RGB Variations
Color information
#A9DC53 (or 0xA9DC53) is known color: Conifer. HEX triplet: A9, DC and 53. RGB value is (169,220,83). Sum of RGB (Red+Green+Blue) = 169+220+83=472 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.81% from 472); Green value is 220 (86.33% from 255 or 46.61% from 472); Blue value is 83 (32.81% from 255 or 17.58% from 472); Max value from RGB is 220 - color contains mainly: green. Hex color #A9DC53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9DC53 is #5623AC. Grayscale: #BDBDBD. Windows color (decimal): -5645229 or 5495977. OLE color: 5495977.
HSL color Cylindrical-coordinate representation of color #A9DC53: hue angle of 82.34º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A9DC53 is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 220 | 83 | - |
| CMYK | 0.23 | 0 | 0.62 | 0.14 |
| HSL | 82.34º | 0.66% | 0.59% | - |
| HSV(B) | 82.34º | 0.62% | 0.86% | - |
| XYZ | 43.52 | 60.25 | 17.52 | - |
| YUV | 189.13 | 68.1 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 220 | 83 | 0.23 | 0 | 0.62 | 0.14 | 82.34 | 0.66 | 0.59 |
| Hex | A9 | DC | 53 | 17 | 0 | 3E | E | 52 | 42 | 3B |
| Octal | 251 | 334 | 123 | 27 | 0 | 76 | 16 | 122 | 102 | 73 |
| Binary | 10101001 | 11011100 | 1010011 | 10111 | 0 | 111110 | 1110 | 1010010 | 1000010 | 111011 |
Color Harmonies of #A9DC53
Complementary color
Monochromatic Colors of #A9DC53
Black with #A9DC53
Text Example
Text Example
White with #A9DC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DC53; }
p { color: rgb(169,220,83); }
H1.HeaderClassName
{
color: #A9DC53;
}
.AnyTagClassName
{
color: #A9DC53;
}
</style>
background-color css
<style>
a { background-color: #A9DC53; }
a { background-color: rgb(169,220,83); }
div.DivClassName
{
background-color: #A9DC53;
}
.BgClassName
{
background-color: #A9DC53;
}
</style>
border-color css
<style>
span { border-color: #A9DC53; }
span { border-color: rgb(169,220,83); }
td.TdClassName
{
border-color: #A9DC53;
}
.TagClassName
{
border-color: #A9DC53;
}
</style>