Shades of Atlantis #9FC53B
Tints of Atlantis #9FC53B
RGB
CMYK
RGB Variations
Color information
#9FC53B (or 0x9FC53B) is known color: Atlantis. HEX triplet: 9F, C5 and 3B. RGB value is (159,197,59). Sum of RGB (Red+Green+Blue) = 159+197+59=415 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.31% from 415); Green value is 197 (77.34% from 255 or 47.47% from 415); Blue value is 59 (23.44% from 255 or 14.22% from 415); Max value from RGB is 197 - color contains mainly: green. Hex color #9FC53B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FC53B is #603AC4. Grayscale: #AAAAAA. Windows color (decimal): -6306501 or 3917215. OLE color: 3917215.
HSL color Cylindrical-coordinate representation of color #9FC53B: hue angle of 76.52º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9FC53B is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 159 | 197 | 59 | - |
| CMYK | 0.19 | 0 | 0.70 | 0.23 |
| HSL | 76.52º | 0.54% | 0.5% | - |
| HSV(B) | 76.52º | 0.7% | 0.77% | - |
| XYZ | 35.05 | 47.62 | 11.48 | - |
| YUV | 169.91 | 65.41 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 197 | 59 | 0.19 | 0 | 0.70 | 0.23 | 76.52 | 0.54 | 0.5 |
| Hex | 9F | C5 | 3B | 13 | 0 | 46 | 17 | 4D | 36 | 32 |
| Octal | 237 | 305 | 73 | 23 | 0 | 106 | 27 | 115 | 66 | 62 |
| Binary | 10011111 | 11000101 | 111011 | 10011 | 0 | 1000110 | 10111 | 1001101 | 110110 | 110010 |
Color Harmonies of #9FC53B
Complementary color
Monochromatic Colors of #9FC53B
Black with #9FC53B
Text Example
Text Example
White with #9FC53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC53B; }
p { color: rgb(159,197,59); }
H1.HeaderClassName
{
color: #9FC53B;
}
.AnyTagClassName
{
color: #9FC53B;
}
</style>
background-color css
<style>
a { background-color: #9FC53B; }
a { background-color: rgb(159,197,59); }
div.DivClassName
{
background-color: #9FC53B;
}
.BgClassName
{
background-color: #9FC53B;
}
</style>
border-color css
<style>
span { border-color: #9FC53B; }
span { border-color: rgb(159,197,59); }
td.TdClassName
{
border-color: #9FC53B;
}
.TagClassName
{
border-color: #9FC53B;
}
</style>