Shades of Conifer #A9F760
Tints of Conifer #A9F760
RGB
CMYK
RGB Variations
Color information
#A9F760 (or 0xA9F760) is known color: Conifer. HEX triplet: A9, F7 and 60. RGB value is (169,247,96). Sum of RGB (Red+Green+Blue) = 169+247+96=512 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.01% from 512); Green value is 247 (96.88% from 255 or 48.24% from 512); Blue value is 96 (37.89% from 255 or 18.75% from 512); Max value from RGB is 247 - color contains mainly: green. Hex color #A9F760 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A9F760 is #56089F. Grayscale: #CECECE. Windows color (decimal): -5638304 or 6354857. OLE color: 6354857.
HSL color Cylindrical-coordinate representation of color #A9F760: hue angle of 90.99º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A9F760 is Cyan = 0.32, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 169 | 247 | 96 | - |
| CMYK | 0.32 | 0 | 0.61 | 0.03 |
| HSL | 90.99º | 0.9% | 0.67% | - |
| HSV(B) | 90.99º | 0.61% | 0.97% | - |
| XYZ | 51.73 | 75.8 | 22.97 | - |
| YUV | 206.46 | 65.66 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 247 | 96 | 0.32 | 0 | 0.61 | 0.03 | 90.99 | 0.9 | 0.67 |
| Hex | A9 | F7 | 60 | 20 | 0 | 3D | 3 | 5B | 5A | 43 |
| Octal | 251 | 367 | 140 | 40 | 0 | 75 | 3 | 133 | 132 | 103 |
| Binary | 10101001 | 11110111 | 1100000 | 100000 | 0 | 111101 | 11 | 1011011 | 1011010 | 1000011 |
Color Harmonies of #A9F760
Complementary color
Monochromatic Colors of #A9F760
Black with #A9F760
Text Example
Text Example
White with #A9F760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F760; }
p { color: rgb(169,247,96); }
H1.HeaderClassName
{
color: #A9F760;
}
.AnyTagClassName
{
color: #A9F760;
}
</style>
background-color css
<style>
a { background-color: #A9F760; }
a { background-color: rgb(169,247,96); }
div.DivClassName
{
background-color: #A9F760;
}
.BgClassName
{
background-color: #A9F760;
}
</style>
border-color css
<style>
span { border-color: #A9F760; }
span { border-color: rgb(169,247,96); }
td.TdClassName
{
border-color: #A9F760;
}
.TagClassName
{
border-color: #A9F760;
}
</style>