Shades of Conifer #9AF761
Tints of Conifer #9AF761
RGB
CMYK
RGB Variations
Color information
#9AF761 (or 0x9AF761) is known color: Conifer. HEX triplet: 9A, F7 and 61. RGB value is (154,247,97). Sum of RGB (Red+Green+Blue) = 154+247+97=498 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.92% from 498); Green value is 247 (96.88% from 255 or 49.60% from 498); Blue value is 97 (38.28% from 255 or 19.48% from 498); Max value from RGB is 247 - color contains mainly: green. Hex color #9AF761 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF761 is #65089E. Grayscale: #CACACA. Windows color (decimal): -6621343 or 6420378. OLE color: 6420378.
HSL color Cylindrical-coordinate representation of color #9AF761: hue angle of 97.2º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9AF761 is Cyan = 0.38, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 154 | 247 | 97 | - |
| CMYK | 0.38 | 0 | 0.61 | 0.03 |
| HSL | 97.2º | 0.9% | 0.67% | - |
| HSV(B) | 97.2º | 0.61% | 0.97% | - |
| XYZ | 48.74 | 74.25 | 23.07 | - |
| YUV | 202.09 | 68.69 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 247 | 97 | 0.38 | 0 | 0.61 | 0.03 | 97.2 | 0.9 | 0.67 |
| Hex | 9A | F7 | 61 | 26 | 0 | 3D | 3 | 61 | 5A | 43 |
| Octal | 232 | 367 | 141 | 46 | 0 | 75 | 3 | 141 | 132 | 103 |
| Binary | 10011010 | 11110111 | 1100001 | 100110 | 0 | 111101 | 11 | 1100001 | 1011010 | 1000011 |
Color Harmonies of #9AF761
Complementary color
Monochromatic Colors of #9AF761
Black with #9AF761
Text Example
Text Example
White with #9AF761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF761; }
p { color: rgb(154,247,97); }
H1.HeaderClassName
{
color: #9AF761;
}
.AnyTagClassName
{
color: #9AF761;
}
</style>
background-color css
<style>
a { background-color: #9AF761; }
a { background-color: rgb(154,247,97); }
div.DivClassName
{
background-color: #9AF761;
}
.BgClassName
{
background-color: #9AF761;
}
</style>
border-color css
<style>
span { border-color: #9AF761; }
span { border-color: rgb(154,247,97); }
td.TdClassName
{
border-color: #9AF761;
}
.TagClassName
{
border-color: #9AF761;
}
</style>