Shades of Atlantis #9FC93C
Tints of Atlantis #9FC93C
RGB
CMYK
RGB Variations
Color information
#9FC93C (or 0x9FC93C) is known color: Atlantis. HEX triplet: 9F, C9 and 3C. RGB value is (159,201,60). Sum of RGB (Red+Green+Blue) = 159+201+60=420 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.86% from 420); Green value is 201 (78.91% from 255 or 47.86% from 420); Blue value is 60 (23.83% from 255 or 14.29% from 420); Max value from RGB is 201 - color contains mainly: green. Hex color #9FC93C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FC93C is #6036C3. Grayscale: #ACACAC. Windows color (decimal): -6305476 or 3983775. OLE color: 3983775.
HSL color Cylindrical-coordinate representation of color #9FC93C: hue angle of 77.87º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9FC93C is Cyan = 0.21, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 159 | 201 | 60 | - |
| CMYK | 0.21 | 0 | 0.70 | 0.21 |
| HSL | 77.87º | 0.57% | 0.51% | - |
| HSV(B) | 77.87º | 0.7% | 0.79% | - |
| XYZ | 36 | 49.47 | 11.93 | - |
| YUV | 172.37 | 64.59 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 201 | 60 | 0.21 | 0 | 0.70 | 0.21 | 77.87 | 0.57 | 0.51 |
| Hex | 9F | C9 | 3C | 15 | 0 | 46 | 15 | 4E | 39 | 33 |
| Octal | 237 | 311 | 74 | 25 | 0 | 106 | 25 | 116 | 71 | 63 |
| Binary | 10011111 | 11001001 | 111100 | 10101 | 0 | 1000110 | 10101 | 1001110 | 111001 | 110011 |
Color Harmonies of #9FC93C
Complementary color
Monochromatic Colors of #9FC93C
Black with #9FC93C
Text Example
Text Example
White with #9FC93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC93C; }
p { color: rgb(159,201,60); }
H1.HeaderClassName
{
color: #9FC93C;
}
.AnyTagClassName
{
color: #9FC93C;
}
</style>
background-color css
<style>
a { background-color: #9FC93C; }
a { background-color: rgb(159,201,60); }
div.DivClassName
{
background-color: #9FC93C;
}
.BgClassName
{
background-color: #9FC93C;
}
</style>
border-color css
<style>
span { border-color: #9FC93C; }
span { border-color: rgb(159,201,60); }
td.TdClassName
{
border-color: #9FC93C;
}
.TagClassName
{
border-color: #9FC93C;
}
</style>