Shades of Atlantis #9FCE4E
Tints of Atlantis #9FCE4E
RGB
CMYK
RGB Variations
Color information
#9FCE4E (or 0x9FCE4E) is known color: Atlantis. HEX triplet: 9F, CE and 4E. RGB value is (159,206,78). Sum of RGB (Red+Green+Blue) = 159+206+78=443 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.89% from 443); Green value is 206 (80.86% from 255 or 46.50% from 443); Blue value is 78 (30.86% from 255 or 17.61% from 443); Max value from RGB is 206 - color contains mainly: green. Hex color #9FCE4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCE4E is #6031B1. Grayscale: #B1B1B1. Windows color (decimal): -6304178 or 5164703. OLE color: 5164703.
HSL color Cylindrical-coordinate representation of color #9FCE4E: hue angle of 82.03º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9FCE4E is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 206 | 78 | - |
| CMYK | 0.23 | 0 | 0.62 | 0.19 |
| HSL | 82.03º | 0.57% | 0.56% | - |
| HSV(B) | 82.03º | 0.62% | 0.81% | - |
| XYZ | 37.74 | 52.06 | 15.27 | - |
| YUV | 177.36 | 71.93 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 206 | 78 | 0.23 | 0 | 0.62 | 0.19 | 82.03 | 0.57 | 0.56 |
| Hex | 9F | CE | 4E | 17 | 0 | 3E | 13 | 52 | 39 | 38 |
| Octal | 237 | 316 | 116 | 27 | 0 | 76 | 23 | 122 | 71 | 70 |
| Binary | 10011111 | 11001110 | 1001110 | 10111 | 0 | 111110 | 10011 | 1010010 | 111001 | 111000 |
Color Harmonies of #9FCE4E
Complementary color
Monochromatic Colors of #9FCE4E
Black with #9FCE4E
Text Example
Text Example
White with #9FCE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCE4E; }
p { color: rgb(159,206,78); }
H1.HeaderClassName
{
color: #9FCE4E;
}
.AnyTagClassName
{
color: #9FCE4E;
}
</style>
background-color css
<style>
a { background-color: #9FCE4E; }
a { background-color: rgb(159,206,78); }
div.DivClassName
{
background-color: #9FCE4E;
}
.BgClassName
{
background-color: #9FCE4E;
}
</style>
border-color css
<style>
span { border-color: #9FCE4E; }
span { border-color: rgb(159,206,78); }
td.TdClassName
{
border-color: #9FCE4E;
}
.TagClassName
{
border-color: #9FCE4E;
}
</style>