Shades of Atlantis #9FDA37
Tints of Atlantis #9FDA37
RGB
CMYK
RGB Variations
Color information
#9FDA37 (or 0x9FDA37) is known color: Atlantis. HEX triplet: 9F, DA and 37. RGB value is (159,218,55). Sum of RGB (Red+Green+Blue) = 159+218+55=432 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.81% from 432); Green value is 218 (85.55% from 255 or 50.46% from 432); Blue value is 55 (21.88% from 255 or 12.73% from 432); Max value from RGB is 218 - color contains mainly: green. Hex color #9FDA37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FDA37 is #6025C8. Grayscale: #B6B6B6. Windows color (decimal): -6301129 or 3660447. OLE color: 3660447.
HSL color Cylindrical-coordinate representation of color #9FDA37: hue angle of 81.72º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9FDA37 is Cyan = 0.27, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 159 | 218 | 55 | - |
| CMYK | 0.27 | 0 | 0.75 | 0.15 |
| HSL | 81.72º | 0.69% | 0.54% | - |
| HSV(B) | 81.72º | 0.75% | 0.85% | - |
| XYZ | 40.06 | 57.79 | 12.66 | - |
| YUV | 181.78 | 56.45 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 218 | 55 | 0.27 | 0 | 0.75 | 0.15 | 81.72 | 0.69 | 0.54 |
| Hex | 9F | DA | 37 | 1B | 0 | 4B | F | 52 | 45 | 36 |
| Octal | 237 | 332 | 67 | 33 | 0 | 113 | 17 | 122 | 105 | 66 |
| Binary | 10011111 | 11011010 | 110111 | 11011 | 0 | 1001011 | 1111 | 1010010 | 1000101 | 110110 |
Color Harmonies of #9FDA37
Complementary color
Monochromatic Colors of #9FDA37
Black with #9FDA37
Text Example
Text Example
White with #9FDA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDA37; }
p { color: rgb(159,218,55); }
H1.HeaderClassName
{
color: #9FDA37;
}
.AnyTagClassName
{
color: #9FDA37;
}
</style>
background-color css
<style>
a { background-color: #9FDA37; }
a { background-color: rgb(159,218,55); }
div.DivClassName
{
background-color: #9FDA37;
}
.BgClassName
{
background-color: #9FDA37;
}
</style>
border-color css
<style>
span { border-color: #9FDA37; }
span { border-color: rgb(159,218,55); }
td.TdClassName
{
border-color: #9FDA37;
}
.TagClassName
{
border-color: #9FDA37;
}
</style>