Shades of Atlantis #9FDC38
Tints of Atlantis #9FDC38
RGB
CMYK
RGB Variations
Color information
#9FDC38 (or 0x9FDC38) is known color: Atlantis. HEX triplet: 9F, DC and 38. RGB value is (159,220,56). Sum of RGB (Red+Green+Blue) = 159+220+56=435 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.55% from 435); Green value is 220 (86.33% from 255 or 50.57% from 435); Blue value is 56 (22.27% from 255 or 12.87% from 435); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDC38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FDC38 is #6023C7. Grayscale: #B7B7B7. Windows color (decimal): -6300616 or 3726495. OLE color: 3726495.
HSL color Cylindrical-coordinate representation of color #9FDC38: hue angle of 82.32º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9FDC38 is Cyan = 0.28, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 220 | 56 | - |
| CMYK | 0.28 | 0 | 0.75 | 0.14 |
| HSL | 82.32º | 0.7% | 0.54% | - |
| HSV(B) | 82.32º | 0.75% | 0.86% | - |
| XYZ | 40.61 | 58.84 | 12.96 | - |
| YUV | 183.07 | 56.29 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 220 | 56 | 0.28 | 0 | 0.75 | 0.14 | 82.32 | 0.7 | 0.54 |
| Hex | 9F | DC | 38 | 1C | 0 | 4B | E | 52 | 46 | 36 |
| Octal | 237 | 334 | 70 | 34 | 0 | 113 | 16 | 122 | 106 | 66 |
| Binary | 10011111 | 11011100 | 111000 | 11100 | 0 | 1001011 | 1110 | 1010010 | 1000110 | 110110 |
Color Harmonies of #9FDC38
Complementary color
Monochromatic Colors of #9FDC38
Black with #9FDC38
Text Example
Text Example
White with #9FDC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDC38; }
p { color: rgb(159,220,56); }
H1.HeaderClassName
{
color: #9FDC38;
}
.AnyTagClassName
{
color: #9FDC38;
}
</style>
background-color css
<style>
a { background-color: #9FDC38; }
a { background-color: rgb(159,220,56); }
div.DivClassName
{
background-color: #9FDC38;
}
.BgClassName
{
background-color: #9FDC38;
}
</style>
border-color css
<style>
span { border-color: #9FDC38; }
span { border-color: rgb(159,220,56); }
td.TdClassName
{
border-color: #9FDC38;
}
.TagClassName
{
border-color: #9FDC38;
}
</style>