Shades of Atlantis #9FC249
Tints of Atlantis #9FC249
RGB
CMYK
RGB Variations
Color information
#9FC249 (or 0x9FC249) is known color: Atlantis. HEX triplet: 9F, C2 and 49. RGB value is (159,194,73). Sum of RGB (Red+Green+Blue) = 159+194+73=426 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.32% from 426); Green value is 194 (76.17% from 255 or 45.54% from 426); Blue value is 73 (28.91% from 255 or 17.14% from 426); Max value from RGB is 194 - color contains mainly: green. Hex color #9FC249 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FC249 is #603DB6. Grayscale: #AAAAAA. Windows color (decimal): -6307255 or 4833951. OLE color: 4833951.
HSL color Cylindrical-coordinate representation of color #9FC249: hue angle of 77.36º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9FC249 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 159 | 194 | 73 | - |
| CMYK | 0.18 | 0 | 0.62 | 0.24 |
| HSL | 77.36º | 0.5% | 0.52% | - |
| HSV(B) | 77.36º | 0.62% | 0.76% | - |
| XYZ | 34.79 | 46.44 | 13.43 | - |
| YUV | 169.74 | 73.4 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 194 | 73 | 0.18 | 0 | 0.62 | 0.24 | 77.36 | 0.5 | 0.52 |
| Hex | 9F | C2 | 49 | 12 | 0 | 3E | 18 | 4D | 32 | 34 |
| Octal | 237 | 302 | 111 | 22 | 0 | 76 | 30 | 115 | 62 | 64 |
| Binary | 10011111 | 11000010 | 1001001 | 10010 | 0 | 111110 | 11000 | 1001101 | 110010 | 110100 |
Color Harmonies of #9FC249
Complementary color
Monochromatic Colors of #9FC249
Black with #9FC249
Text Example
Text Example
White with #9FC249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC249; }
p { color: rgb(159,194,73); }
H1.HeaderClassName
{
color: #9FC249;
}
.AnyTagClassName
{
color: #9FC249;
}
</style>
background-color css
<style>
a { background-color: #9FC249; }
a { background-color: rgb(159,194,73); }
div.DivClassName
{
background-color: #9FC249;
}
.BgClassName
{
background-color: #9FC249;
}
</style>
border-color css
<style>
span { border-color: #9FC249; }
span { border-color: rgb(159,194,73); }
td.TdClassName
{
border-color: #9FC249;
}
.TagClassName
{
border-color: #9FC249;
}
</style>