Shades of Atlantis #9FC946
Tints of Atlantis #9FC946
RGB
CMYK
RGB Variations
Color information
#9FC946 (or 0x9FC946) is known color: Atlantis. HEX triplet: 9F, C9 and 46. RGB value is (159,201,70). Sum of RGB (Red+Green+Blue) = 159+201+70=430 (56% of max value = 765). Red value is 159 (62.5% from 255 or 36.98% from 430); Green value is 201 (78.91% from 255 or 46.74% from 430); Blue value is 70 (27.73% from 255 or 16.28% from 430); Max value from RGB is 201 - color contains mainly: green. Hex color #9FC946 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FC946 is #6036B9. Grayscale: #ADADAD. Windows color (decimal): -6305466 or 4639135. OLE color: 4639135.
HSL color Cylindrical-coordinate representation of color #9FC946: hue angle of 79.24º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9FC946 is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 159 | 201 | 70 | - |
| CMYK | 0.21 | 0 | 0.65 | 0.21 |
| HSL | 79.24º | 0.55% | 0.53% | - |
| HSV(B) | 79.24º | 0.65% | 0.79% | - |
| XYZ | 36.29 | 49.59 | 13.45 | - |
| YUV | 173.51 | 69.59 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 201 | 70 | 0.21 | 0 | 0.65 | 0.21 | 79.24 | 0.55 | 0.53 |
| Hex | 9F | C9 | 46 | 15 | 0 | 41 | 15 | 4F | 37 | 35 |
| Octal | 237 | 311 | 106 | 25 | 0 | 101 | 25 | 117 | 67 | 65 |
| Binary | 10011111 | 11001001 | 1000110 | 10101 | 0 | 1000001 | 10101 | 1001111 | 110111 | 110101 |
Color Harmonies of #9FC946
Complementary color
Monochromatic Colors of #9FC946
Black with #9FC946
Text Example
Text Example
White with #9FC946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC946; }
p { color: rgb(159,201,70); }
H1.HeaderClassName
{
color: #9FC946;
}
.AnyTagClassName
{
color: #9FC946;
}
</style>
background-color css
<style>
a { background-color: #9FC946; }
a { background-color: rgb(159,201,70); }
div.DivClassName
{
background-color: #9FC946;
}
.BgClassName
{
background-color: #9FC946;
}
</style>
border-color css
<style>
span { border-color: #9FC946; }
span { border-color: rgb(159,201,70); }
td.TdClassName
{
border-color: #9FC946;
}
.TagClassName
{
border-color: #9FC946;
}
</style>