Shades of Conifer #A9F562
Tints of Conifer #A9F562
RGB
CMYK
RGB Variations
Color information
#A9F562 (or 0xA9F562) is known color: Conifer. HEX triplet: A9, F5 and 62. RGB value is (169,245,98). Sum of RGB (Red+Green+Blue) = 169+245+98=512 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.01% from 512); Green value is 245 (96.09% from 255 or 47.85% from 512); Blue value is 98 (38.67% from 255 or 19.14% from 512); Max value from RGB is 245 - color contains mainly: green. Hex color #A9F562 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A9F562 is #560A9D. Grayscale: #CECECE. Windows color (decimal): -5638814 or 6485417. OLE color: 6485417.
HSL color Cylindrical-coordinate representation of color #A9F562: hue angle of 91.02º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A9F562 is Cyan = 0.31, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 169 | 245 | 98 | - |
| CMYK | 0.31 | 0 | 0.6 | 0.04 |
| HSL | 91.02º | 0.88% | 0.67% | - |
| HSV(B) | 91.02º | 0.6% | 0.96% | - |
| XYZ | 51.22 | 74.62 | 23.26 | - |
| YUV | 205.52 | 67.32 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 245 | 98 | 0.31 | 0 | 0.6 | 0.04 | 91.02 | 0.88 | 0.67 |
| Hex | A9 | F5 | 62 | 1F | 0 | 3C | 4 | 5B | 58 | 43 |
| Octal | 251 | 365 | 142 | 37 | 0 | 74 | 4 | 133 | 130 | 103 |
| Binary | 10101001 | 11110101 | 1100010 | 11111 | 0 | 111100 | 100 | 1011011 | 1011000 | 1000011 |
Color Harmonies of #A9F562
Complementary color
Monochromatic Colors of #A9F562
Black with #A9F562
Text Example
Text Example
White with #A9F562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F562; }
p { color: rgb(169,245,98); }
H1.HeaderClassName
{
color: #A9F562;
}
.AnyTagClassName
{
color: #A9F562;
}
</style>
background-color css
<style>
a { background-color: #A9F562; }
a { background-color: rgb(169,245,98); }
div.DivClassName
{
background-color: #A9F562;
}
.BgClassName
{
background-color: #A9F562;
}
</style>
border-color css
<style>
span { border-color: #A9F562; }
span { border-color: rgb(169,245,98); }
td.TdClassName
{
border-color: #A9F562;
}
.TagClassName
{
border-color: #A9F562;
}
</style>