Shades of Atlantis #9FBA43
Tints of Atlantis #9FBA43
RGB
CMYK
RGB Variations
Color information
#9FBA43 (or 0x9FBA43) is known color: Atlantis. HEX triplet: 9F, BA and 43. RGB value is (159,186,67). Sum of RGB (Red+Green+Blue) = 159+186+67=412 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.59% from 412); Green value is 186 (73.05% from 255 or 45.15% from 412); Blue value is 67 (26.56% from 255 or 16.26% from 412); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBA43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FBA43 is #6045BC. Grayscale: #A4A4A4. Windows color (decimal): -6309309 or 4438687. OLE color: 4438687.
HSL color Cylindrical-coordinate representation of color #9FBA43: hue angle of 73.61º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9FBA43 is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 186 | 67 | - |
| CMYK | 0.15 | 0 | 0.64 | 0.27 |
| HSL | 73.61º | 0.47% | 0.5% | - |
| HSV(B) | 73.61º | 0.64% | 0.73% | - |
| XYZ | 32.87 | 42.89 | 11.86 | - |
| YUV | 164.36 | 73.05 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 186 | 67 | 0.15 | 0 | 0.64 | 0.27 | 73.61 | 0.47 | 0.5 |
| Hex | 9F | BA | 43 | F | 0 | 40 | 1B | 4A | 2F | 32 |
| Octal | 237 | 272 | 103 | 17 | 0 | 100 | 33 | 112 | 57 | 62 |
| Binary | 10011111 | 10111010 | 1000011 | 1111 | 0 | 1000000 | 11011 | 1001010 | 101111 | 110010 |
Color Harmonies of #9FBA43
Complementary color
Monochromatic Colors of #9FBA43
Black with #9FBA43
Text Example
Text Example
White with #9FBA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBA43; }
p { color: rgb(159,186,67); }
H1.HeaderClassName
{
color: #9FBA43;
}
.AnyTagClassName
{
color: #9FBA43;
}
</style>
background-color css
<style>
a { background-color: #9FBA43; }
a { background-color: rgb(159,186,67); }
div.DivClassName
{
background-color: #9FBA43;
}
.BgClassName
{
background-color: #9FBA43;
}
</style>
border-color css
<style>
span { border-color: #9FBA43; }
span { border-color: rgb(159,186,67); }
td.TdClassName
{
border-color: #9FBA43;
}
.TagClassName
{
border-color: #9FBA43;
}
</style>