Shades of Conifer #A9F350
Tints of Conifer #A9F350
RGB
CMYK
RGB Variations
Color information
#A9F350 (or 0xA9F350) is known color: Conifer. HEX triplet: A9, F3 and 50. RGB value is (169,243,80). Sum of RGB (Red+Green+Blue) = 169+243+80=492 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.35% from 492); Green value is 243 (95.31% from 255 or 49.39% from 492); Blue value is 80 (31.64% from 255 or 16.26% from 492); Max value from RGB is 243 - color contains mainly: green. Hex color #A9F350 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A9F350 is #560CAF. Grayscale: #CACACA. Windows color (decimal): -5639344 or 5305257. OLE color: 5305257.
HSL color Cylindrical-coordinate representation of color #A9F350: hue angle of 87.24º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A9F350 is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 243 | 80 | - |
| CMYK | 0.30 | 0 | 0.67 | 0.05 |
| HSL | 87.24º | 0.87% | 0.63% | - |
| HSV(B) | 87.24º | 0.67% | 0.95% | - |
| XYZ | 49.86 | 73.12 | 19.07 | - |
| YUV | 202.29 | 58.98 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 243 | 80 | 0.30 | 0 | 0.67 | 0.05 | 87.24 | 0.87 | 0.63 |
| Hex | A9 | F3 | 50 | 1E | 0 | 43 | 5 | 57 | 57 | 3F |
| Octal | 251 | 363 | 120 | 36 | 0 | 103 | 5 | 127 | 127 | 77 |
| Binary | 10101001 | 11110011 | 1010000 | 11110 | 0 | 1000011 | 101 | 1010111 | 1010111 | 111111 |
Color Harmonies of #A9F350
Complementary color
Monochromatic Colors of #A9F350
Black with #A9F350
Text Example
Text Example
White with #A9F350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F350; }
p { color: rgb(169,243,80); }
H1.HeaderClassName
{
color: #A9F350;
}
.AnyTagClassName
{
color: #A9F350;
}
</style>
background-color css
<style>
a { background-color: #A9F350; }
a { background-color: rgb(169,243,80); }
div.DivClassName
{
background-color: #A9F350;
}
.BgClassName
{
background-color: #A9F350;
}
</style>
border-color css
<style>
span { border-color: #A9F350; }
span { border-color: rgb(169,243,80); }
td.TdClassName
{
border-color: #A9F350;
}
.TagClassName
{
border-color: #A9F350;
}
</style>