Shades of Atlantis #9FC93A
Tints of Atlantis #9FC93A
RGB
CMYK
RGB Variations
Color information
#9FC93A (or 0x9FC93A) is known color: Atlantis. HEX triplet: 9F, C9 and 3A. RGB value is (159,201,58). Sum of RGB (Red+Green+Blue) = 159+201+58=418 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.04% from 418); Green value is 201 (78.91% from 255 or 48.09% from 418); Blue value is 58 (23.05% from 255 or 13.88% from 418); Max value from RGB is 201 - color contains mainly: green. Hex color #9FC93A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FC93A is #6036C5. Grayscale: #ACACAC. Windows color (decimal): -6305478 or 3852703. OLE color: 3852703.
HSL color Cylindrical-coordinate representation of color #9FC93A: hue angle of 77.62º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9FC93A is Cyan = 0.21, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 159 | 201 | 58 | - |
| CMYK | 0.21 | 0 | 0.71 | 0.21 |
| HSL | 77.62º | 0.57% | 0.51% | - |
| HSV(B) | 77.62º | 0.71% | 0.79% | - |
| XYZ | 35.95 | 49.45 | 11.65 | - |
| YUV | 172.14 | 63.59 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 201 | 58 | 0.21 | 0 | 0.71 | 0.21 | 77.62 | 0.57 | 0.51 |
| Hex | 9F | C9 | 3A | 15 | 0 | 47 | 15 | 4E | 39 | 33 |
| Octal | 237 | 311 | 72 | 25 | 0 | 107 | 25 | 116 | 71 | 63 |
| Binary | 10011111 | 11001001 | 111010 | 10101 | 0 | 1000111 | 10101 | 1001110 | 111001 | 110011 |
Color Harmonies of #9FC93A
Complementary color
Monochromatic Colors of #9FC93A
Black with #9FC93A
Text Example
Text Example
White with #9FC93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC93A; }
p { color: rgb(159,201,58); }
H1.HeaderClassName
{
color: #9FC93A;
}
.AnyTagClassName
{
color: #9FC93A;
}
</style>
background-color css
<style>
a { background-color: #9FC93A; }
a { background-color: rgb(159,201,58); }
div.DivClassName
{
background-color: #9FC93A;
}
.BgClassName
{
background-color: #9FC93A;
}
</style>
border-color css
<style>
span { border-color: #9FC93A; }
span { border-color: rgb(159,201,58); }
td.TdClassName
{
border-color: #9FC93A;
}
.TagClassName
{
border-color: #9FC93A;
}
</style>