Shades of Atlantis #9FD53C
Tints of Atlantis #9FD53C
RGB
CMYK
RGB Variations
Color information
#9FD53C (or 0x9FD53C) is known color: Atlantis. HEX triplet: 9F, D5 and 3C. RGB value is (159,213,60). Sum of RGB (Red+Green+Blue) = 159+213+60=432 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.81% from 432); Green value is 213 (83.59% from 255 or 49.31% from 432); Blue value is 60 (23.83% from 255 or 13.89% from 432); Max value from RGB is 213 - color contains mainly: green. Hex color #9FD53C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FD53C is #602AC3. Grayscale: #B3B3B3. Windows color (decimal): -6302404 or 3986847. OLE color: 3986847.
HSL color Cylindrical-coordinate representation of color #9FD53C: hue angle of 81.18º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9FD53C is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 159 | 213 | 60 | - |
| CMYK | 0.25 | 0 | 0.72 | 0.16 |
| HSL | 81.18º | 0.65% | 0.54% | - |
| HSV(B) | 81.18º | 0.72% | 0.84% | - |
| XYZ | 38.91 | 55.29 | 12.9 | - |
| YUV | 179.41 | 60.61 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 213 | 60 | 0.25 | 0 | 0.72 | 0.16 | 81.18 | 0.65 | 0.54 |
| Hex | 9F | D5 | 3C | 19 | 0 | 48 | 10 | 51 | 41 | 36 |
| Octal | 237 | 325 | 74 | 31 | 0 | 110 | 20 | 121 | 101 | 66 |
| Binary | 10011111 | 11010101 | 111100 | 11001 | 0 | 1001000 | 10000 | 1010001 | 1000001 | 110110 |
Color Harmonies of #9FD53C
Complementary color
Monochromatic Colors of #9FD53C
Black with #9FD53C
Text Example
Text Example
White with #9FD53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD53C; }
p { color: rgb(159,213,60); }
H1.HeaderClassName
{
color: #9FD53C;
}
.AnyTagClassName
{
color: #9FD53C;
}
</style>
background-color css
<style>
a { background-color: #9FD53C; }
a { background-color: rgb(159,213,60); }
div.DivClassName
{
background-color: #9FD53C;
}
.BgClassName
{
background-color: #9FD53C;
}
</style>
border-color css
<style>
span { border-color: #9FD53C; }
span { border-color: rgb(159,213,60); }
td.TdClassName
{
border-color: #9FD53C;
}
.TagClassName
{
border-color: #9FD53C;
}
</style>