Shades of Atlantis #9FBF3E
Tints of Atlantis #9FBF3E
RGB
CMYK
RGB Variations
Color information
#9FBF3E (or 0x9FBF3E) is known color: Atlantis. HEX triplet: 9F, BF and 3E. RGB value is (159,191,62). Sum of RGB (Red+Green+Blue) = 159+191+62=412 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.59% from 412); Green value is 191 (75% from 255 or 46.36% from 412); Blue value is 62 (24.61% from 255 or 15.05% from 412); Max value from RGB is 191 - color contains mainly: green. Hex color #9FBF3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FBF3E is #6040C1. Grayscale: #A7A7A7. Windows color (decimal): -6308034 or 4112287. OLE color: 4112287.
HSL color Cylindrical-coordinate representation of color #9FBF3E: hue angle of 74.88º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9FBF3E is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 191 | 62 | - |
| CMYK | 0.17 | 0 | 0.68 | 0.25 |
| HSL | 74.88º | 0.51% | 0.5% | - |
| HSV(B) | 74.88º | 0.68% | 0.75% | - |
| XYZ | 33.8 | 44.98 | 11.46 | - |
| YUV | 166.73 | 68.9 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 191 | 62 | 0.17 | 0 | 0.68 | 0.25 | 74.88 | 0.51 | 0.5 |
| Hex | 9F | BF | 3E | 11 | 0 | 44 | 19 | 4B | 33 | 32 |
| Octal | 237 | 277 | 76 | 21 | 0 | 104 | 31 | 113 | 63 | 62 |
| Binary | 10011111 | 10111111 | 111110 | 10001 | 0 | 1000100 | 11001 | 1001011 | 110011 | 110010 |
Color Harmonies of #9FBF3E
Complementary color
Monochromatic Colors of #9FBF3E
Black with #9FBF3E
Text Example
Text Example
White with #9FBF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBF3E; }
p { color: rgb(159,191,62); }
H1.HeaderClassName
{
color: #9FBF3E;
}
.AnyTagClassName
{
color: #9FBF3E;
}
</style>
background-color css
<style>
a { background-color: #9FBF3E; }
a { background-color: rgb(159,191,62); }
div.DivClassName
{
background-color: #9FBF3E;
}
.BgClassName
{
background-color: #9FBF3E;
}
</style>
border-color css
<style>
span { border-color: #9FBF3E; }
span { border-color: rgb(159,191,62); }
td.TdClassName
{
border-color: #9FBF3E;
}
.TagClassName
{
border-color: #9FBF3E;
}
</style>