Shades of Conifer #9AF056
Tints of Conifer #9AF056
RGB
CMYK
RGB Variations
Color information
#9AF056 (or 0x9AF056) is known color: Conifer. HEX triplet: 9A, F0 and 56. RGB value is (154,240,86). Sum of RGB (Red+Green+Blue) = 154+240+86=480 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.08% from 480); Green value is 240 (94.14% from 255 or 50% from 480); Blue value is 86 (33.98% from 255 or 17.92% from 480); Max value from RGB is 240 - color contains mainly: green. Hex color #9AF056 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF056 is #650FA9. Grayscale: #C5C5C5. Windows color (decimal): -6623146 or 5697690. OLE color: 5697690.
HSL color Cylindrical-coordinate representation of color #9AF056: hue angle of 93.51º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9AF056 is Cyan = 0.36, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 154 | 240 | 86 | - |
| CMYK | 0.36 | 0 | 0.64 | 0.06 |
| HSL | 93.51º | 0.84% | 0.64% | - |
| HSV(B) | 93.51º | 0.64% | 0.94% | - |
| XYZ | 46.17 | 69.86 | 19.86 | - |
| YUV | 196.73 | 65.51 | 97.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 240 | 86 | 0.36 | 0 | 0.64 | 0.06 | 93.51 | 0.84 | 0.64 |
| Hex | 9A | F0 | 56 | 24 | 0 | 40 | 6 | 5E | 54 | 40 |
| Octal | 232 | 360 | 126 | 44 | 0 | 100 | 6 | 136 | 124 | 100 |
| Binary | 10011010 | 11110000 | 1010110 | 100100 | 0 | 1000000 | 110 | 1011110 | 1010100 | 1000000 |
Color Harmonies of #9AF056
Complementary color
Monochromatic Colors of #9AF056
Black with #9AF056
Text Example
Text Example
White with #9AF056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF056; }
p { color: rgb(154,240,86); }
H1.HeaderClassName
{
color: #9AF056;
}
.AnyTagClassName
{
color: #9AF056;
}
</style>
background-color css
<style>
a { background-color: #9AF056; }
a { background-color: rgb(154,240,86); }
div.DivClassName
{
background-color: #9AF056;
}
.BgClassName
{
background-color: #9AF056;
}
</style>
border-color css
<style>
span { border-color: #9AF056; }
span { border-color: rgb(154,240,86); }
td.TdClassName
{
border-color: #9AF056;
}
.TagClassName
{
border-color: #9AF056;
}
</style>