Shades of Conifer #9AF75E
Tints of Conifer #9AF75E
RGB
CMYK
RGB Variations
Color information
#9AF75E (or 0x9AF75E) is known color: Conifer. HEX triplet: 9A, F7 and 5E. RGB value is (154,247,94). Sum of RGB (Red+Green+Blue) = 154+247+94=495 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.11% from 495); Green value is 247 (96.88% from 255 or 49.90% from 495); Blue value is 94 (37.11% from 255 or 18.99% from 495); Max value from RGB is 247 - color contains mainly: green. Hex color #9AF75E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF75E is #6508A1. Grayscale: #CACACA. Windows color (decimal): -6621346 or 6223770. OLE color: 6223770.
HSL color Cylindrical-coordinate representation of color #9AF75E: hue angle of 96.47º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9AF75E is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 154 | 247 | 94 | - |
| CMYK | 0.38 | 0 | 0.62 | 0.03 |
| HSL | 96.47º | 0.91% | 0.67% | - |
| HSV(B) | 96.47º | 0.62% | 0.97% | - |
| XYZ | 48.61 | 74.2 | 22.35 | - |
| YUV | 201.75 | 67.19 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 247 | 94 | 0.38 | 0 | 0.62 | 0.03 | 96.47 | 0.91 | 0.67 |
| Hex | 9A | F7 | 5E | 26 | 0 | 3E | 3 | 60 | 5B | 43 |
| Octal | 232 | 367 | 136 | 46 | 0 | 76 | 3 | 140 | 133 | 103 |
| Binary | 10011010 | 11110111 | 1011110 | 100110 | 0 | 111110 | 11 | 1100000 | 1011011 | 1000011 |
Color Harmonies of #9AF75E
Complementary color
Monochromatic Colors of #9AF75E
Black with #9AF75E
Text Example
Text Example
White with #9AF75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF75E; }
p { color: rgb(154,247,94); }
H1.HeaderClassName
{
color: #9AF75E;
}
.AnyTagClassName
{
color: #9AF75E;
}
</style>
background-color css
<style>
a { background-color: #9AF75E; }
a { background-color: rgb(154,247,94); }
div.DivClassName
{
background-color: #9AF75E;
}
.BgClassName
{
background-color: #9AF75E;
}
</style>
border-color css
<style>
span { border-color: #9AF75E; }
span { border-color: rgb(154,247,94); }
td.TdClassName
{
border-color: #9AF75E;
}
.TagClassName
{
border-color: #9AF75E;
}
</style>