Shades of Conifer #9AF261
Tints of Conifer #9AF261
RGB
CMYK
RGB Variations
Color information
#9AF261 (or 0x9AF261) is known color: Conifer. HEX triplet: 9A, F2 and 61. RGB value is (154,242,97). Sum of RGB (Red+Green+Blue) = 154+242+97=493 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.24% from 493); Green value is 242 (94.92% from 255 or 49.09% from 493); Blue value is 97 (38.28% from 255 or 19.68% from 493); Max value from RGB is 242 - color contains mainly: green. Hex color #9AF261 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF261 is #650D9E. Grayscale: #C7C7C7. Windows color (decimal): -6622623 or 6419098. OLE color: 6419098.
HSL color Cylindrical-coordinate representation of color #9AF261: hue angle of 96.41º 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 #9AF261 is Cyan = 0.36, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 242 | 97 | - |
| CMYK | 0.36 | 0 | 0.60 | 0.05 |
| HSL | 96.41º | 0.85% | 0.66% | - |
| HSV(B) | 96.41º | 0.6% | 0.95% | - |
| XYZ | 47.24 | 71.24 | 22.57 | - |
| YUV | 199.16 | 70.35 | 95.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 242 | 97 | 0.36 | 0 | 0.60 | 0.05 | 96.41 | 0.85 | 0.66 |
| Hex | 9A | F2 | 61 | 24 | 0 | 3C | 5 | 60 | 55 | 42 |
| Octal | 232 | 362 | 141 | 44 | 0 | 74 | 5 | 140 | 125 | 102 |
| Binary | 10011010 | 11110010 | 1100001 | 100100 | 0 | 111100 | 101 | 1100000 | 1010101 | 1000010 |
Color Harmonies of #9AF261
Complementary color
Monochromatic Colors of #9AF261
Black with #9AF261
Text Example
Text Example
White with #9AF261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF261; }
p { color: rgb(154,242,97); }
H1.HeaderClassName
{
color: #9AF261;
}
.AnyTagClassName
{
color: #9AF261;
}
</style>
background-color css
<style>
a { background-color: #9AF261; }
a { background-color: rgb(154,242,97); }
div.DivClassName
{
background-color: #9AF261;
}
.BgClassName
{
background-color: #9AF261;
}
</style>
border-color css
<style>
span { border-color: #9AF261; }
span { border-color: rgb(154,242,97); }
td.TdClassName
{
border-color: #9AF261;
}
.TagClassName
{
border-color: #9AF261;
}
</style>