Shades of Conifer #9AF256
Tints of Conifer #9AF256
RGB
CMYK
RGB Variations
Color information
#9AF256 (or 0x9AF256) is known color: Conifer. HEX triplet: 9A, F2 and 56. RGB value is (154,242,86). Sum of RGB (Red+Green+Blue) = 154+242+86=482 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.95% from 482); Green value is 242 (94.92% from 255 or 50.21% from 482); Blue value is 86 (33.98% from 255 or 17.84% from 482); Max value from RGB is 242 - color contains mainly: green. Hex color #9AF256 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF256 is #650DA9. Grayscale: #C6C6C6. Windows color (decimal): -6622634 or 5698202. OLE color: 5698202.
HSL color Cylindrical-coordinate representation of color #9AF256: hue angle of 93.85º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9AF256 is Cyan = 0.36, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 242 | 86 | - |
| CMYK | 0.36 | 0 | 0.64 | 0.05 |
| HSL | 93.85º | 0.86% | 0.64% | - |
| HSV(B) | 93.85º | 0.64% | 0.95% | - |
| XYZ | 46.76 | 71.05 | 20.05 | - |
| YUV | 197.9 | 64.85 | 96.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 242 | 86 | 0.36 | 0 | 0.64 | 0.05 | 93.85 | 0.86 | 0.64 |
| Hex | 9A | F2 | 56 | 24 | 0 | 40 | 5 | 5E | 56 | 40 |
| Octal | 232 | 362 | 126 | 44 | 0 | 100 | 5 | 136 | 126 | 100 |
| Binary | 10011010 | 11110010 | 1010110 | 100100 | 0 | 1000000 | 101 | 1011110 | 1010110 | 1000000 |
Color Harmonies of #9AF256
Complementary color
Monochromatic Colors of #9AF256
Black with #9AF256
Text Example
Text Example
White with #9AF256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF256; }
p { color: rgb(154,242,86); }
H1.HeaderClassName
{
color: #9AF256;
}
.AnyTagClassName
{
color: #9AF256;
}
</style>
background-color css
<style>
a { background-color: #9AF256; }
a { background-color: rgb(154,242,86); }
div.DivClassName
{
background-color: #9AF256;
}
.BgClassName
{
background-color: #9AF256;
}
</style>
border-color css
<style>
span { border-color: #9AF256; }
span { border-color: rgb(154,242,86); }
td.TdClassName
{
border-color: #9AF256;
}
.TagClassName
{
border-color: #9AF256;
}
</style>