Shades of Atlantis #9FCF47
Tints of Atlantis #9FCF47
RGB
CMYK
RGB Variations
Color information
#9FCF47 (or 0x9FCF47) is known color: Atlantis. HEX triplet: 9F, CF and 47. RGB value is (159,207,71). Sum of RGB (Red+Green+Blue) = 159+207+71=437 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.38% from 437); Green value is 207 (81.25% from 255 or 47.37% from 437); Blue value is 71 (28.12% from 255 or 16.25% from 437); Max value from RGB is 207 - color contains mainly: green. Hex color #9FCF47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FCF47 is #6030B8. Grayscale: #B1B1B1. Windows color (decimal): -6303929 or 4706207. OLE color: 4706207.
HSL color Cylindrical-coordinate representation of color #9FCF47: hue angle of 81.18º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9FCF47 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 207 | 71 | - |
| CMYK | 0.23 | 0 | 0.66 | 0.19 |
| HSL | 81.18º | 0.59% | 0.55% | - |
| HSV(B) | 81.18º | 0.66% | 0.81% | - |
| XYZ | 37.75 | 52.45 | 14.1 | - |
| YUV | 177.14 | 68.1 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 207 | 71 | 0.23 | 0 | 0.66 | 0.19 | 81.18 | 0.59 | 0.55 |
| Hex | 9F | CF | 47 | 17 | 0 | 42 | 13 | 51 | 3B | 37 |
| Octal | 237 | 317 | 107 | 27 | 0 | 102 | 23 | 121 | 73 | 67 |
| Binary | 10011111 | 11001111 | 1000111 | 10111 | 0 | 1000010 | 10011 | 1010001 | 111011 | 110111 |
Color Harmonies of #9FCF47
Complementary color
Monochromatic Colors of #9FCF47
Black with #9FCF47
Text Example
Text Example
White with #9FCF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCF47; }
p { color: rgb(159,207,71); }
H1.HeaderClassName
{
color: #9FCF47;
}
.AnyTagClassName
{
color: #9FCF47;
}
</style>
background-color css
<style>
a { background-color: #9FCF47; }
a { background-color: rgb(159,207,71); }
div.DivClassName
{
background-color: #9FCF47;
}
.BgClassName
{
background-color: #9FCF47;
}
</style>
border-color css
<style>
span { border-color: #9FCF47; }
span { border-color: rgb(159,207,71); }
td.TdClassName
{
border-color: #9FCF47;
}
.TagClassName
{
border-color: #9FCF47;
}
</style>