Shades of Atlantis #9FC346
Tints of Atlantis #9FC346
RGB
CMYK
RGB Variations
Color information
#9FC346 (or 0x9FC346) is known color: Atlantis. HEX triplet: 9F, C3 and 46. RGB value is (159,195,70). Sum of RGB (Red+Green+Blue) = 159+195+70=424 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.5% from 424); Green value is 195 (76.56% from 255 or 45.99% from 424); Blue value is 70 (27.73% from 255 or 16.51% from 424); Max value from RGB is 195 - color contains mainly: green. Hex color #9FC346 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FC346 is #603CB9. Grayscale: #AAAAAA. Windows color (decimal): -6307002 or 4637599. OLE color: 4637599.
HSL color Cylindrical-coordinate representation of color #9FC346: hue angle of 77.28º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9FC346 is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 159 | 195 | 70 | - |
| CMYK | 0.18 | 0 | 0.64 | 0.24 |
| HSL | 77.28º | 0.51% | 0.52% | - |
| HSV(B) | 77.28º | 0.64% | 0.76% | - |
| XYZ | 34.92 | 46.84 | 13 | - |
| YUV | 169.99 | 71.57 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 195 | 70 | 0.18 | 0 | 0.64 | 0.24 | 77.28 | 0.51 | 0.52 |
| Hex | 9F | C3 | 46 | 12 | 0 | 40 | 18 | 4D | 33 | 34 |
| Octal | 237 | 303 | 106 | 22 | 0 | 100 | 30 | 115 | 63 | 64 |
| Binary | 10011111 | 11000011 | 1000110 | 10010 | 0 | 1000000 | 11000 | 1001101 | 110011 | 110100 |
Color Harmonies of #9FC346
Complementary color
Monochromatic Colors of #9FC346
Black with #9FC346
Text Example
Text Example
White with #9FC346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC346; }
p { color: rgb(159,195,70); }
H1.HeaderClassName
{
color: #9FC346;
}
.AnyTagClassName
{
color: #9FC346;
}
</style>
background-color css
<style>
a { background-color: #9FC346; }
a { background-color: rgb(159,195,70); }
div.DivClassName
{
background-color: #9FC346;
}
.BgClassName
{
background-color: #9FC346;
}
</style>
border-color css
<style>
span { border-color: #9FC346; }
span { border-color: rgb(159,195,70); }
td.TdClassName
{
border-color: #9FC346;
}
.TagClassName
{
border-color: #9FC346;
}
</style>