Shades of Conifer #9AF963
Tints of Conifer #9AF963
RGB
CMYK
RGB Variations
Color information
#9AF963 (or 0x9AF963) is known color: Conifer. HEX triplet: 9A, F9 and 63. RGB value is (154,249,99). Sum of RGB (Red+Green+Blue) = 154+249+99=502 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.68% from 502); Green value is 249 (97.66% from 255 or 49.60% from 502); Blue value is 99 (39.06% from 255 or 19.72% from 502); Max value from RGB is 249 - color contains mainly: green. Hex color #9AF963 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF963 is #65069C. Grayscale: #CCCCCC. Windows color (decimal): -6620829 or 6551962. OLE color: 6551962.
HSL color Cylindrical-coordinate representation of color #9AF963: hue angle of 98º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9AF963 is Cyan = 0.38, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 249 | 99 | - |
| CMYK | 0.38 | 0 | 0.60 | 0.02 |
| HSL | 98º | 0.93% | 0.68% | - |
| HSV(B) | 98º | 0.6% | 0.98% | - |
| XYZ | 49.45 | 75.52 | 23.78 | - |
| YUV | 203.5 | 69.03 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 249 | 99 | 0.38 | 0 | 0.60 | 0.02 | 98 | 0.93 | 0.68 |
| Hex | 9A | F9 | 63 | 26 | 0 | 3C | 2 | 62 | 5D | 44 |
| Octal | 232 | 371 | 143 | 46 | 0 | 74 | 2 | 142 | 135 | 104 |
| Binary | 10011010 | 11111001 | 1100011 | 100110 | 0 | 111100 | 10 | 1100010 | 1011101 | 1000100 |
Color Harmonies of #9AF963
Complementary color
Monochromatic Colors of #9AF963
Black with #9AF963
Text Example
Text Example
White with #9AF963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF963; }
p { color: rgb(154,249,99); }
H1.HeaderClassName
{
color: #9AF963;
}
.AnyTagClassName
{
color: #9AF963;
}
</style>
background-color css
<style>
a { background-color: #9AF963; }
a { background-color: rgb(154,249,99); }
div.DivClassName
{
background-color: #9AF963;
}
.BgClassName
{
background-color: #9AF963;
}
</style>
border-color css
<style>
span { border-color: #9AF963; }
span { border-color: rgb(154,249,99); }
td.TdClassName
{
border-color: #9AF963;
}
.TagClassName
{
border-color: #9AF963;
}
</style>