Shades of Atlantis #9FD83C
Tints of Atlantis #9FD83C
RGB
CMYK
RGB Variations
Color information
#9FD83C (or 0x9FD83C) is known color: Atlantis. HEX triplet: 9F, D8 and 3C. RGB value is (159,216,60). Sum of RGB (Red+Green+Blue) = 159+216+60=435 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.55% from 435); Green value is 216 (84.77% from 255 or 49.66% from 435); Blue value is 60 (23.83% from 255 or 13.79% from 435); Max value from RGB is 216 - color contains mainly: green. Hex color #9FD83C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FD83C is #6027C3. Grayscale: #B5B5B5. Windows color (decimal): -6301636 or 3987615. OLE color: 3987615.
HSL color Cylindrical-coordinate representation of color #9FD83C: hue angle of 81.92º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9FD83C is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 159 | 216 | 60 | - |
| CMYK | 0.26 | 0 | 0.72 | 0.15 |
| HSL | 81.92º | 0.67% | 0.54% | - |
| HSV(B) | 81.92º | 0.72% | 0.85% | - |
| XYZ | 39.67 | 56.81 | 13.15 | - |
| YUV | 181.17 | 59.62 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 216 | 60 | 0.26 | 0 | 0.72 | 0.15 | 81.92 | 0.67 | 0.54 |
| Hex | 9F | D8 | 3C | 1A | 0 | 48 | F | 52 | 43 | 36 |
| Octal | 237 | 330 | 74 | 32 | 0 | 110 | 17 | 122 | 103 | 66 |
| Binary | 10011111 | 11011000 | 111100 | 11010 | 0 | 1001000 | 1111 | 1010010 | 1000011 | 110110 |
Color Harmonies of #9FD83C
Complementary color
Monochromatic Colors of #9FD83C
Black with #9FD83C
Text Example
Text Example
White with #9FD83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD83C; }
p { color: rgb(159,216,60); }
H1.HeaderClassName
{
color: #9FD83C;
}
.AnyTagClassName
{
color: #9FD83C;
}
</style>
background-color css
<style>
a { background-color: #9FD83C; }
a { background-color: rgb(159,216,60); }
div.DivClassName
{
background-color: #9FD83C;
}
.BgClassName
{
background-color: #9FD83C;
}
</style>
border-color css
<style>
span { border-color: #9FD83C; }
span { border-color: rgb(159,216,60); }
td.TdClassName
{
border-color: #9FD83C;
}
.TagClassName
{
border-color: #9FD83C;
}
</style>