Shades of Atlantis #9FDE3B
Tints of Atlantis #9FDE3B
RGB
CMYK
RGB Variations
Color information
#9FDE3B (or 0x9FDE3B) is known color: Atlantis. HEX triplet: 9F, DE and 3B. RGB value is (159,222,59). Sum of RGB (Red+Green+Blue) = 159+222+59=440 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.14% from 440); Green value is 222 (87.11% from 255 or 50.45% from 440); Blue value is 59 (23.44% from 255 or 13.41% from 440); Max value from RGB is 222 - color contains mainly: green. Hex color #9FDE3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FDE3B is #6021C4. Grayscale: #B9B9B9. Windows color (decimal): -6300101 or 3923615. OLE color: 3923615.
HSL color Cylindrical-coordinate representation of color #9FDE3B: hue angle of 83.19º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9FDE3B is Cyan = 0.28, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 222 | 59 | - |
| CMYK | 0.28 | 0 | 0.73 | 0.13 |
| HSL | 83.19º | 0.71% | 0.55% | - |
| HSV(B) | 83.19º | 0.73% | 0.87% | - |
| XYZ | 41.21 | 59.93 | 13.53 | - |
| YUV | 184.58 | 57.13 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 222 | 59 | 0.28 | 0 | 0.73 | 0.13 | 83.19 | 0.71 | 0.55 |
| Hex | 9F | DE | 3B | 1C | 0 | 49 | D | 53 | 47 | 37 |
| Octal | 237 | 336 | 73 | 34 | 0 | 111 | 15 | 123 | 107 | 67 |
| Binary | 10011111 | 11011110 | 111011 | 11100 | 0 | 1001001 | 1101 | 1010011 | 1000111 | 110111 |
Color Harmonies of #9FDE3B
Complementary color
Monochromatic Colors of #9FDE3B
Black with #9FDE3B
Text Example
Text Example
White with #9FDE3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDE3B; }
p { color: rgb(159,222,59); }
H1.HeaderClassName
{
color: #9FDE3B;
}
.AnyTagClassName
{
color: #9FDE3B;
}
</style>
background-color css
<style>
a { background-color: #9FDE3B; }
a { background-color: rgb(159,222,59); }
div.DivClassName
{
background-color: #9FDE3B;
}
.BgClassName
{
background-color: #9FDE3B;
}
</style>
border-color css
<style>
span { border-color: #9FDE3B; }
span { border-color: rgb(159,222,59); }
td.TdClassName
{
border-color: #9FDE3B;
}
.TagClassName
{
border-color: #9FDE3B;
}
</style>