Shades of Atlantis #9FDC40
Tints of Atlantis #9FDC40
RGB
CMYK
RGB Variations
Color information
#9FDC40 (or 0x9FDC40) is known color: Atlantis. HEX triplet: 9F, DC and 40. RGB value is (159,220,64). Sum of RGB (Red+Green+Blue) = 159+220+64=443 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.89% from 443); Green value is 220 (86.33% from 255 or 49.66% from 443); Blue value is 64 (25.39% from 255 or 14.45% from 443); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDC40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FDC40 is #6023BF. Grayscale: #B8B8B8. Windows color (decimal): -6300608 or 4250783. OLE color: 4250783.
HSL color Cylindrical-coordinate representation of color #9FDC40: hue angle of 83.46º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9FDC40 is Cyan = 0.28, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 220 | 64 | - |
| CMYK | 0.28 | 0 | 0.71 | 0.14 |
| HSL | 83.46º | 0.69% | 0.56% | - |
| HSV(B) | 83.46º | 0.71% | 0.86% | - |
| XYZ | 40.82 | 58.93 | 14.07 | - |
| YUV | 183.98 | 60.29 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 220 | 64 | 0.28 | 0 | 0.71 | 0.14 | 83.46 | 0.69 | 0.56 |
| Hex | 9F | DC | 40 | 1C | 0 | 47 | E | 53 | 45 | 38 |
| Octal | 237 | 334 | 100 | 34 | 0 | 107 | 16 | 123 | 105 | 70 |
| Binary | 10011111 | 11011100 | 1000000 | 11100 | 0 | 1000111 | 1110 | 1010011 | 1000101 | 111000 |
Color Harmonies of #9FDC40
Complementary color
Monochromatic Colors of #9FDC40
Black with #9FDC40
Text Example
Text Example
White with #9FDC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDC40; }
p { color: rgb(159,220,64); }
H1.HeaderClassName
{
color: #9FDC40;
}
.AnyTagClassName
{
color: #9FDC40;
}
</style>
background-color css
<style>
a { background-color: #9FDC40; }
a { background-color: rgb(159,220,64); }
div.DivClassName
{
background-color: #9FDC40;
}
.BgClassName
{
background-color: #9FDC40;
}
</style>
border-color css
<style>
span { border-color: #9FDC40; }
span { border-color: rgb(159,220,64); }
td.TdClassName
{
border-color: #9FDC40;
}
.TagClassName
{
border-color: #9FDC40;
}
</style>