Shades of Atlantis #9FC250
Tints of Atlantis #9FC250
RGB
CMYK
RGB Variations
Color information
#9FC250 (or 0x9FC250) is known color: Atlantis. HEX triplet: 9F, C2 and 50. RGB value is (159,194,80). Sum of RGB (Red+Green+Blue) = 159+194+80=433 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.72% from 433); Green value is 194 (76.17% from 255 or 44.80% from 433); Blue value is 80 (31.64% from 255 or 18.48% from 433); Max value from RGB is 194 - color contains mainly: green. Hex color #9FC250 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC250 is #603DAF. Grayscale: #AAAAAA. Windows color (decimal): -6307248 or 5292703. OLE color: 5292703.
HSL color Cylindrical-coordinate representation of color #9FC250: hue angle of 78.42º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9FC250 is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 159 | 194 | 80 | - |
| CMYK | 0.18 | 0 | 0.59 | 0.24 |
| HSL | 78.42º | 0.48% | 0.54% | - |
| HSV(B) | 78.42º | 0.59% | 0.76% | - |
| XYZ | 35.04 | 46.53 | 14.72 | - |
| YUV | 170.54 | 76.9 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 194 | 80 | 0.18 | 0 | 0.59 | 0.24 | 78.42 | 0.48 | 0.54 |
| Hex | 9F | C2 | 50 | 12 | 0 | 3B | 18 | 4E | 30 | 36 |
| Octal | 237 | 302 | 120 | 22 | 0 | 73 | 30 | 116 | 60 | 66 |
| Binary | 10011111 | 11000010 | 1010000 | 10010 | 0 | 111011 | 11000 | 1001110 | 110000 | 110110 |
Color Harmonies of #9FC250
Complementary color
Monochromatic Colors of #9FC250
Black with #9FC250
Text Example
Text Example
White with #9FC250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC250; }
p { color: rgb(159,194,80); }
H1.HeaderClassName
{
color: #9FC250;
}
.AnyTagClassName
{
color: #9FC250;
}
</style>
background-color css
<style>
a { background-color: #9FC250; }
a { background-color: rgb(159,194,80); }
div.DivClassName
{
background-color: #9FC250;
}
.BgClassName
{
background-color: #9FC250;
}
</style>
border-color css
<style>
span { border-color: #9FC250; }
span { border-color: rgb(159,194,80); }
td.TdClassName
{
border-color: #9FC250;
}
.TagClassName
{
border-color: #9FC250;
}
</style>