Shades of Conifer #9AF960
Tints of Conifer #9AF960
RGB
CMYK
RGB Variations
Color information
#9AF960 (or 0x9AF960) is known color: Conifer. HEX triplet: 9A, F9 and 60. RGB value is (154,249,96). Sum of RGB (Red+Green+Blue) = 154+249+96=499 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.86% from 499); Green value is 249 (97.66% from 255 or 49.90% from 499); Blue value is 96 (37.89% from 255 or 19.24% from 499); Max value from RGB is 249 - color contains mainly: green. Hex color #9AF960 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF960 is #65069F. Grayscale: #CBCBCB. Windows color (decimal): -6620832 or 6355354. OLE color: 6355354.
HSL color Cylindrical-coordinate representation of color #9AF960: hue angle of 97.25º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9AF960 is Cyan = 0.38, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 249 | 96 | - |
| CMYK | 0.38 | 0 | 0.61 | 0.02 |
| HSL | 97.25º | 0.93% | 0.68% | - |
| HSV(B) | 97.25º | 0.61% | 0.98% | - |
| XYZ | 49.31 | 75.47 | 23.03 | - |
| YUV | 203.15 | 67.53 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 249 | 96 | 0.38 | 0 | 0.61 | 0.02 | 97.25 | 0.93 | 0.68 |
| Hex | 9A | F9 | 60 | 26 | 0 | 3D | 2 | 61 | 5D | 44 |
| Octal | 232 | 371 | 140 | 46 | 0 | 75 | 2 | 141 | 135 | 104 |
| Binary | 10011010 | 11111001 | 1100000 | 100110 | 0 | 111101 | 10 | 1100001 | 1011101 | 1000100 |
Color Harmonies of #9AF960
Complementary color
Monochromatic Colors of #9AF960
Black with #9AF960
Text Example
Text Example
White with #9AF960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF960; }
p { color: rgb(154,249,96); }
H1.HeaderClassName
{
color: #9AF960;
}
.AnyTagClassName
{
color: #9AF960;
}
</style>
background-color css
<style>
a { background-color: #9AF960; }
a { background-color: rgb(154,249,96); }
div.DivClassName
{
background-color: #9AF960;
}
.BgClassName
{
background-color: #9AF960;
}
</style>
border-color css
<style>
span { border-color: #9AF960; }
span { border-color: rgb(154,249,96); }
td.TdClassName
{
border-color: #9AF960;
}
.TagClassName
{
border-color: #9AF960;
}
</style>