Shades of Conifer #9AF150
Tints of Conifer #9AF150
RGB
CMYK
RGB Variations
Color information
#9AF150 (or 0x9AF150) is known color: Conifer. HEX triplet: 9A, F1 and 50. RGB value is (154,241,80). Sum of RGB (Red+Green+Blue) = 154+241+80=475 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.42% from 475); Green value is 241 (94.53% from 255 or 50.74% from 475); Blue value is 80 (31.64% from 255 or 16.84% from 475); Max value from RGB is 241 - color contains mainly: green. Hex color #9AF150 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF150 is #650EAF. Grayscale: #C5C5C5. Windows color (decimal): -6622896 or 5304730. OLE color: 5304730.
HSL color Cylindrical-coordinate representation of color #9AF150: hue angle of 92.42º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9AF150 is Cyan = 0.36, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 241 | 80 | - |
| CMYK | 0.36 | 0 | 0.67 | 0.05 |
| HSL | 92.42º | 0.85% | 0.63% | - |
| HSV(B) | 92.42º | 0.67% | 0.95% | - |
| XYZ | 46.23 | 70.36 | 18.73 | - |
| YUV | 196.63 | 62.18 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 241 | 80 | 0.36 | 0 | 0.67 | 0.05 | 92.42 | 0.85 | 0.63 |
| Hex | 9A | F1 | 50 | 24 | 0 | 43 | 5 | 5C | 55 | 3F |
| Octal | 232 | 361 | 120 | 44 | 0 | 103 | 5 | 134 | 125 | 77 |
| Binary | 10011010 | 11110001 | 1010000 | 100100 | 0 | 1000011 | 101 | 1011100 | 1010101 | 111111 |
Color Harmonies of #9AF150
Complementary color
Monochromatic Colors of #9AF150
Black with #9AF150
Text Example
Text Example
White with #9AF150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF150; }
p { color: rgb(154,241,80); }
H1.HeaderClassName
{
color: #9AF150;
}
.AnyTagClassName
{
color: #9AF150;
}
</style>
background-color css
<style>
a { background-color: #9AF150; }
a { background-color: rgb(154,241,80); }
div.DivClassName
{
background-color: #9AF150;
}
.BgClassName
{
background-color: #9AF150;
}
</style>
border-color css
<style>
span { border-color: #9AF150; }
span { border-color: rgb(154,241,80); }
td.TdClassName
{
border-color: #9AF150;
}
.TagClassName
{
border-color: #9AF150;
}
</style>