Shades of Conifer #9AF060
Tints of Conifer #9AF060
RGB
CMYK
RGB Variations
Color information
#9AF060 (or 0x9AF060) is known color: Conifer. HEX triplet: 9A, F0 and 60. RGB value is (154,240,96). Sum of RGB (Red+Green+Blue) = 154+240+96=490 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.43% from 490); Green value is 240 (94.14% from 255 or 48.98% from 490); Blue value is 96 (37.89% from 255 or 19.59% from 490); Max value from RGB is 240 - color contains mainly: green. Hex color #9AF060 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF060 is #650F9F. Grayscale: #C6C6C6. Windows color (decimal): -6623136 or 6353050. OLE color: 6353050.
HSL color Cylindrical-coordinate representation of color #9AF060: hue angle of 95.83º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9AF060 is Cyan = 0.36, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 154 | 240 | 96 | - |
| CMYK | 0.36 | 0 | 0.6 | 0.06 |
| HSL | 95.83º | 0.83% | 0.66% | - |
| HSV(B) | 95.83º | 0.6% | 0.94% | - |
| XYZ | 46.6 | 70.03 | 22.13 | - |
| YUV | 197.87 | 70.51 | 96.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 240 | 96 | 0.36 | 0 | 0.6 | 0.06 | 95.83 | 0.83 | 0.66 |
| Hex | 9A | F0 | 60 | 24 | 0 | 3C | 6 | 60 | 53 | 42 |
| Octal | 232 | 360 | 140 | 44 | 0 | 74 | 6 | 140 | 123 | 102 |
| Binary | 10011010 | 11110000 | 1100000 | 100100 | 0 | 111100 | 110 | 1100000 | 1010011 | 1000010 |
Color Harmonies of #9AF060
Complementary color
Monochromatic Colors of #9AF060
Black with #9AF060
Text Example
Text Example
White with #9AF060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF060; }
p { color: rgb(154,240,96); }
H1.HeaderClassName
{
color: #9AF060;
}
.AnyTagClassName
{
color: #9AF060;
}
</style>
background-color css
<style>
a { background-color: #9AF060; }
a { background-color: rgb(154,240,96); }
div.DivClassName
{
background-color: #9AF060;
}
.BgClassName
{
background-color: #9AF060;
}
</style>
border-color css
<style>
span { border-color: #9AF060; }
span { border-color: rgb(154,240,96); }
td.TdClassName
{
border-color: #9AF060;
}
.TagClassName
{
border-color: #9AF060;
}
</style>