Shades of Conifer #A9E350
Tints of Conifer #A9E350
RGB
CMYK
RGB Variations
Color information
#A9E350 (or 0xA9E350) is known color: Conifer. HEX triplet: A9, E3 and 50. RGB value is (169,227,80). Sum of RGB (Red+Green+Blue) = 169+227+80=476 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.50% from 476); Green value is 227 (89.06% from 255 or 47.69% from 476); Blue value is 80 (31.64% from 255 or 16.81% from 476); Max value from RGB is 227 - color contains mainly: green. Hex color #A9E350 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9E350 is #561CAF. Grayscale: #C1C1C1. Windows color (decimal): -5643440 or 5301161. OLE color: 5301161.
HSL color Cylindrical-coordinate representation of color #A9E350: hue angle of 83.67º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A9E350 is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 169 | 227 | 80 | - |
| CMYK | 0.26 | 0 | 0.65 | 0.11 |
| HSL | 83.67º | 0.72% | 0.6% | - |
| HSV(B) | 83.67º | 0.65% | 0.89% | - |
| XYZ | 45.28 | 63.95 | 17.55 | - |
| YUV | 192.9 | 64.28 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 227 | 80 | 0.26 | 0 | 0.65 | 0.11 | 83.67 | 0.72 | 0.6 |
| Hex | A9 | E3 | 50 | 1A | 0 | 41 | B | 54 | 48 | 3C |
| Octal | 251 | 343 | 120 | 32 | 0 | 101 | 13 | 124 | 110 | 74 |
| Binary | 10101001 | 11100011 | 1010000 | 11010 | 0 | 1000001 | 1011 | 1010100 | 1001000 | 111100 |
Color Harmonies of #A9E350
Complementary color
Monochromatic Colors of #A9E350
Black with #A9E350
Text Example
Text Example
White with #A9E350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9E350; }
p { color: rgb(169,227,80); }
H1.HeaderClassName
{
color: #A9E350;
}
.AnyTagClassName
{
color: #A9E350;
}
</style>
background-color css
<style>
a { background-color: #A9E350; }
a { background-color: rgb(169,227,80); }
div.DivClassName
{
background-color: #A9E350;
}
.BgClassName
{
background-color: #A9E350;
}
</style>
border-color css
<style>
span { border-color: #A9E350; }
span { border-color: rgb(169,227,80); }
td.TdClassName
{
border-color: #A9E350;
}
.TagClassName
{
border-color: #A9E350;
}
</style>