Shades of Conifer #A9F360
Tints of Conifer #A9F360
RGB
CMYK
RGB Variations
Color information
#A9F360 (or 0xA9F360) is known color: Conifer. HEX triplet: A9, F3 and 60. RGB value is (169,243,96). Sum of RGB (Red+Green+Blue) = 169+243+96=508 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.27% from 508); Green value is 243 (95.31% from 255 or 47.83% from 508); Blue value is 96 (37.89% from 255 or 18.90% from 508); Max value from RGB is 243 - color contains mainly: green. Hex color #A9F360 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A9F360 is #560C9F. Grayscale: #CCCCCC. Windows color (decimal): -5639328 or 6353833. OLE color: 6353833.
HSL color Cylindrical-coordinate representation of color #A9F360: hue angle of 90.2º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A9F360 is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 243 | 96 | - |
| CMYK | 0.30 | 0 | 0.60 | 0.05 |
| HSL | 90.2º | 0.86% | 0.66% | - |
| HSV(B) | 90.2º | 0.6% | 0.95% | - |
| XYZ | 50.52 | 73.38 | 22.57 | - |
| YUV | 204.12 | 66.98 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 243 | 96 | 0.30 | 0 | 0.60 | 0.05 | 90.2 | 0.86 | 0.66 |
| Hex | A9 | F3 | 60 | 1E | 0 | 3C | 5 | 5A | 56 | 42 |
| Octal | 251 | 363 | 140 | 36 | 0 | 74 | 5 | 132 | 126 | 102 |
| Binary | 10101001 | 11110011 | 1100000 | 11110 | 0 | 111100 | 101 | 1011010 | 1010110 | 1000010 |
Color Harmonies of #A9F360
Complementary color
Monochromatic Colors of #A9F360
Black with #A9F360
Text Example
Text Example
White with #A9F360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F360; }
p { color: rgb(169,243,96); }
H1.HeaderClassName
{
color: #A9F360;
}
.AnyTagClassName
{
color: #A9F360;
}
</style>
background-color css
<style>
a { background-color: #A9F360; }
a { background-color: rgb(169,243,96); }
div.DivClassName
{
background-color: #A9F360;
}
.BgClassName
{
background-color: #A9F360;
}
</style>
border-color css
<style>
span { border-color: #A9F360; }
span { border-color: rgb(169,243,96); }
td.TdClassName
{
border-color: #A9F360;
}
.TagClassName
{
border-color: #A9F360;
}
</style>