Shades of Atlantis #9FCE37
Tints of Atlantis #9FCE37
RGB
CMYK
RGB Variations
Color information
#9FCE37 (or 0x9FCE37) is known color: Atlantis. HEX triplet: 9F, CE and 37. RGB value is (159,206,55). Sum of RGB (Red+Green+Blue) = 159+206+55=420 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.86% from 420); Green value is 206 (80.86% from 255 or 49.05% from 420); Blue value is 55 (21.88% from 255 or 13.10% from 420); Max value from RGB is 206 - color contains mainly: green. Hex color #9FCE37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FCE37 is #6031C8. Grayscale: #AFAFAF. Windows color (decimal): -6304201 or 3657375. OLE color: 3657375.
HSL color Cylindrical-coordinate representation of color #9FCE37: hue angle of 78.68º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9FCE37 is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 206 | 55 | - |
| CMYK | 0.23 | 0 | 0.73 | 0.19 |
| HSL | 78.68º | 0.61% | 0.51% | - |
| HSV(B) | 78.68º | 0.73% | 0.81% | - |
| XYZ | 37.06 | 51.79 | 11.66 | - |
| YUV | 174.73 | 60.43 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 206 | 55 | 0.23 | 0 | 0.73 | 0.19 | 78.68 | 0.61 | 0.51 |
| Hex | 9F | CE | 37 | 17 | 0 | 49 | 13 | 4F | 3D | 33 |
| Octal | 237 | 316 | 67 | 27 | 0 | 111 | 23 | 117 | 75 | 63 |
| Binary | 10011111 | 11001110 | 110111 | 10111 | 0 | 1001001 | 10011 | 1001111 | 111101 | 110011 |
Color Harmonies of #9FCE37
Complementary color
Monochromatic Colors of #9FCE37
Black with #9FCE37
Text Example
Text Example
White with #9FCE37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCE37; }
p { color: rgb(159,206,55); }
H1.HeaderClassName
{
color: #9FCE37;
}
.AnyTagClassName
{
color: #9FCE37;
}
</style>
background-color css
<style>
a { background-color: #9FCE37; }
a { background-color: rgb(159,206,55); }
div.DivClassName
{
background-color: #9FCE37;
}
.BgClassName
{
background-color: #9FCE37;
}
</style>
border-color css
<style>
span { border-color: #9FCE37; }
span { border-color: rgb(159,206,55); }
td.TdClassName
{
border-color: #9FCE37;
}
.TagClassName
{
border-color: #9FCE37;
}
</style>