Shades of Atlantis #9FCE49
Tints of Atlantis #9FCE49
RGB
CMYK
RGB Variations
Color information
#9FCE49 (or 0x9FCE49) is known color: Atlantis. HEX triplet: 9F, CE and 49. RGB value is (159,206,73). Sum of RGB (Red+Green+Blue) = 159+206+73=438 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.30% from 438); Green value is 206 (80.86% from 255 or 47.03% from 438); Blue value is 73 (28.91% from 255 or 16.67% from 438); Max value from RGB is 206 - color contains mainly: green. Hex color #9FCE49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FCE49 is #6031B6. Grayscale: #B1B1B1. Windows color (decimal): -6304183 or 4837023. OLE color: 4837023.
HSL color Cylindrical-coordinate representation of color #9FCE49: hue angle of 81.2º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9FCE49 is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 206 | 73 | - |
| CMYK | 0.23 | 0 | 0.65 | 0.19 |
| HSL | 81.2º | 0.58% | 0.55% | - |
| HSV(B) | 81.2º | 0.65% | 0.81% | - |
| XYZ | 37.57 | 51.99 | 14.36 | - |
| YUV | 176.79 | 69.43 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 206 | 73 | 0.23 | 0 | 0.65 | 0.19 | 81.2 | 0.58 | 0.55 |
| Hex | 9F | CE | 49 | 17 | 0 | 41 | 13 | 51 | 3A | 37 |
| Octal | 237 | 316 | 111 | 27 | 0 | 101 | 23 | 121 | 72 | 67 |
| Binary | 10011111 | 11001110 | 1001001 | 10111 | 0 | 1000001 | 10011 | 1010001 | 111010 | 110111 |
Color Harmonies of #9FCE49
Complementary color
Monochromatic Colors of #9FCE49
Black with #9FCE49
Text Example
Text Example
White with #9FCE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCE49; }
p { color: rgb(159,206,73); }
H1.HeaderClassName
{
color: #9FCE49;
}
.AnyTagClassName
{
color: #9FCE49;
}
</style>
background-color css
<style>
a { background-color: #9FCE49; }
a { background-color: rgb(159,206,73); }
div.DivClassName
{
background-color: #9FCE49;
}
.BgClassName
{
background-color: #9FCE49;
}
</style>
border-color css
<style>
span { border-color: #9FCE49; }
span { border-color: rgb(159,206,73); }
td.TdClassName
{
border-color: #9FCE49;
}
.TagClassName
{
border-color: #9FCE49;
}
</style>