Shades of Atlantis #9FBC41
Tints of Atlantis #9FBC41
RGB
CMYK
RGB Variations
Color information
#9FBC41 (or 0x9FBC41) is known color: Atlantis. HEX triplet: 9F, BC and 41. RGB value is (159,188,65). Sum of RGB (Red+Green+Blue) = 159+188+65=412 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.59% from 412); Green value is 188 (73.83% from 255 or 45.63% from 412); Blue value is 65 (25.78% from 255 or 15.78% from 412); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FBC41 is #6043BE. Grayscale: #A5A5A5. Windows color (decimal): -6308799 or 4308127. OLE color: 4308127.
HSL color Cylindrical-coordinate representation of color #9FBC41: hue angle of 74.15º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9FBC41 is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 188 | 65 | - |
| CMYK | 0.15 | 0 | 0.65 | 0.26 |
| HSL | 74.15º | 0.49% | 0.5% | - |
| HSV(B) | 74.15º | 0.65% | 0.74% | - |
| XYZ | 33.24 | 43.72 | 11.69 | - |
| YUV | 165.31 | 71.39 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 188 | 65 | 0.15 | 0 | 0.65 | 0.26 | 74.15 | 0.49 | 0.5 |
| Hex | 9F | BC | 41 | F | 0 | 41 | 1A | 4A | 31 | 32 |
| Octal | 237 | 274 | 101 | 17 | 0 | 101 | 32 | 112 | 61 | 62 |
| Binary | 10011111 | 10111100 | 1000001 | 1111 | 0 | 1000001 | 11010 | 1001010 | 110001 | 110010 |
Color Harmonies of #9FBC41
Complementary color
Monochromatic Colors of #9FBC41
Black with #9FBC41
Text Example
Text Example
White with #9FBC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBC41; }
p { color: rgb(159,188,65); }
H1.HeaderClassName
{
color: #9FBC41;
}
.AnyTagClassName
{
color: #9FBC41;
}
</style>
background-color css
<style>
a { background-color: #9FBC41; }
a { background-color: rgb(159,188,65); }
div.DivClassName
{
background-color: #9FBC41;
}
.BgClassName
{
background-color: #9FBC41;
}
</style>
border-color css
<style>
span { border-color: #9FBC41; }
span { border-color: rgb(159,188,65); }
td.TdClassName
{
border-color: #9FBC41;
}
.TagClassName
{
border-color: #9FBC41;
}
</style>