Shades of Conifer #9AF260
Tints of Conifer #9AF260
RGB
CMYK
RGB Variations
Color information
#9AF260 (or 0x9AF260) is known color: Conifer. HEX triplet: 9A, F2 and 60. RGB value is (154,242,96). Sum of RGB (Red+Green+Blue) = 154+242+96=492 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.30% from 492); Green value is 242 (94.92% from 255 or 49.19% from 492); Blue value is 96 (37.89% from 255 or 19.51% from 492); Max value from RGB is 242 - color contains mainly: green. Hex color #9AF260 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF260 is #650D9F. Grayscale: #C7C7C7. Windows color (decimal): -6622624 or 6353562. OLE color: 6353562.
HSL color Cylindrical-coordinate representation of color #9AF260: hue angle of 96.16º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9AF260 is Cyan = 0.36, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 242 | 96 | - |
| CMYK | 0.36 | 0 | 0.60 | 0.05 |
| HSL | 96.16º | 0.85% | 0.66% | - |
| HSV(B) | 96.16º | 0.6% | 0.95% | - |
| XYZ | 47.19 | 71.22 | 22.33 | - |
| YUV | 199.04 | 69.85 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 242 | 96 | 0.36 | 0 | 0.60 | 0.05 | 96.16 | 0.85 | 0.66 |
| Hex | 9A | F2 | 60 | 24 | 0 | 3C | 5 | 60 | 55 | 42 |
| Octal | 232 | 362 | 140 | 44 | 0 | 74 | 5 | 140 | 125 | 102 |
| Binary | 10011010 | 11110010 | 1100000 | 100100 | 0 | 111100 | 101 | 1100000 | 1010101 | 1000010 |
Color Harmonies of #9AF260
Complementary color
Monochromatic Colors of #9AF260
Black with #9AF260
Text Example
Text Example
White with #9AF260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF260; }
p { color: rgb(154,242,96); }
H1.HeaderClassName
{
color: #9AF260;
}
.AnyTagClassName
{
color: #9AF260;
}
</style>
background-color css
<style>
a { background-color: #9AF260; }
a { background-color: rgb(154,242,96); }
div.DivClassName
{
background-color: #9AF260;
}
.BgClassName
{
background-color: #9AF260;
}
</style>
border-color css
<style>
span { border-color: #9AF260; }
span { border-color: rgb(154,242,96); }
td.TdClassName
{
border-color: #9AF260;
}
.TagClassName
{
border-color: #9AF260;
}
</style>