Shades of Atlantis #9FCF45
Tints of Atlantis #9FCF45
RGB
CMYK
RGB Variations
Color information
#9FCF45 (or 0x9FCF45) is known color: Atlantis. HEX triplet: 9F, CF and 45. RGB value is (159,207,69). Sum of RGB (Red+Green+Blue) = 159+207+69=435 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.55% from 435); Green value is 207 (81.25% from 255 or 47.59% from 435); Blue value is 69 (27.34% from 255 or 15.86% from 435); Max value from RGB is 207 - color contains mainly: green. Hex color #9FCF45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FCF45 is #6030BA. Grayscale: #B1B1B1. Windows color (decimal): -6303931 or 4575135. OLE color: 4575135.
HSL color Cylindrical-coordinate representation of color #9FCF45: hue angle of 80.87º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9FCF45 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 207 | 69 | - |
| CMYK | 0.23 | 0 | 0.67 | 0.19 |
| HSL | 80.87º | 0.59% | 0.54% | - |
| HSV(B) | 80.87º | 0.67% | 0.81% | - |
| XYZ | 37.69 | 52.43 | 13.76 | - |
| YUV | 176.92 | 67.1 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 207 | 69 | 0.23 | 0 | 0.67 | 0.19 | 80.87 | 0.59 | 0.54 |
| Hex | 9F | CF | 45 | 17 | 0 | 43 | 13 | 51 | 3B | 36 |
| Octal | 237 | 317 | 105 | 27 | 0 | 103 | 23 | 121 | 73 | 66 |
| Binary | 10011111 | 11001111 | 1000101 | 10111 | 0 | 1000011 | 10011 | 1010001 | 111011 | 110110 |
Color Harmonies of #9FCF45
Complementary color
Monochromatic Colors of #9FCF45
Black with #9FCF45
Text Example
Text Example
White with #9FCF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCF45; }
p { color: rgb(159,207,69); }
H1.HeaderClassName
{
color: #9FCF45;
}
.AnyTagClassName
{
color: #9FCF45;
}
</style>
background-color css
<style>
a { background-color: #9FCF45; }
a { background-color: rgb(159,207,69); }
div.DivClassName
{
background-color: #9FCF45;
}
.BgClassName
{
background-color: #9FCF45;
}
</style>
border-color css
<style>
span { border-color: #9FCF45; }
span { border-color: rgb(159,207,69); }
td.TdClassName
{
border-color: #9FCF45;
}
.TagClassName
{
border-color: #9FCF45;
}
</style>