Shades of Conifer #9AF050
Tints of Conifer #9AF050
RGB
CMYK
RGB Variations
Color information
#9AF050 (or 0x9AF050) is known color: Conifer. HEX triplet: 9A, F0 and 50. RGB value is (154,240,80). Sum of RGB (Red+Green+Blue) = 154+240+80=474 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.49% from 474); Green value is 240 (94.14% from 255 or 50.63% from 474); Blue value is 80 (31.64% from 255 or 16.88% from 474); Max value from RGB is 240 - color contains mainly: green. Hex color #9AF050 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF050 is #650FAF. Grayscale: #C4C4C4. Windows color (decimal): -6623152 or 5304474. OLE color: 5304474.
HSL color Cylindrical-coordinate representation of color #9AF050: hue angle of 92.25º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9AF050 is Cyan = 0.36, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 154 | 240 | 80 | - |
| CMYK | 0.36 | 0 | 0.67 | 0.06 |
| HSL | 92.25º | 0.84% | 0.63% | - |
| HSV(B) | 92.25º | 0.67% | 0.94% | - |
| XYZ | 45.93 | 69.77 | 18.64 | - |
| YUV | 196.05 | 62.51 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 240 | 80 | 0.36 | 0 | 0.67 | 0.06 | 92.25 | 0.84 | 0.63 |
| Hex | 9A | F0 | 50 | 24 | 0 | 43 | 6 | 5C | 54 | 3F |
| Octal | 232 | 360 | 120 | 44 | 0 | 103 | 6 | 134 | 124 | 77 |
| Binary | 10011010 | 11110000 | 1010000 | 100100 | 0 | 1000011 | 110 | 1011100 | 1010100 | 111111 |
Color Harmonies of #9AF050
Complementary color
Monochromatic Colors of #9AF050
Black with #9AF050
Text Example
Text Example
White with #9AF050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF050; }
p { color: rgb(154,240,80); }
H1.HeaderClassName
{
color: #9AF050;
}
.AnyTagClassName
{
color: #9AF050;
}
</style>
background-color css
<style>
a { background-color: #9AF050; }
a { background-color: rgb(154,240,80); }
div.DivClassName
{
background-color: #9AF050;
}
.BgClassName
{
background-color: #9AF050;
}
</style>
border-color css
<style>
span { border-color: #9AF050; }
span { border-color: rgb(154,240,80); }
td.TdClassName
{
border-color: #9AF050;
}
.TagClassName
{
border-color: #9AF050;
}
</style>