Shades of Atlantis #8DBA43
Tints of Atlantis #8DBA43
RGB
CMYK
RGB Variations
Color information
#8DBA43 (or 0x8DBA43) is known color: Atlantis. HEX triplet: 8D, BA and 43. RGB value is (141,186,67). Sum of RGB (Red+Green+Blue) = 141+186+67=394 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.79% from 394); Green value is 186 (73.05% from 255 or 47.21% from 394); Blue value is 67 (26.56% from 255 or 17.01% from 394); Max value from RGB is 186 - color contains mainly: green. Hex color #8DBA43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBA43 is #7245BC. Grayscale: #9F9F9F. Windows color (decimal): -7488957 or 4438669. OLE color: 4438669.
HSL color Cylindrical-coordinate representation of color #8DBA43: hue angle of 82.69º 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 #8DBA43 is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 186 | 67 | - |
| CMYK | 0.24 | 0 | 0.64 | 0.27 |
| HSL | 82.69º | 0.47% | 0.5% | - |
| HSV(B) | 82.69º | 0.64% | 0.73% | - |
| XYZ | 29.56 | 41.19 | 11.7 | - |
| YUV | 158.98 | 76.09 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 186 | 67 | 0.24 | 0 | 0.64 | 0.27 | 82.69 | 0.47 | 0.5 |
| Hex | 8D | BA | 43 | 18 | 0 | 40 | 1B | 53 | 2F | 32 |
| Octal | 215 | 272 | 103 | 30 | 0 | 100 | 33 | 123 | 57 | 62 |
| Binary | 10001101 | 10111010 | 1000011 | 11000 | 0 | 1000000 | 11011 | 1010011 | 101111 | 110010 |
Color Harmonies of #8DBA43
Complementary color
Monochromatic Colors of #8DBA43
Black with #8DBA43
Text Example
Text Example
White with #8DBA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBA43; }
p { color: rgb(141,186,67); }
H1.HeaderClassName
{
color: #8DBA43;
}
.AnyTagClassName
{
color: #8DBA43;
}
</style>
background-color css
<style>
a { background-color: #8DBA43; }
a { background-color: rgb(141,186,67); }
div.DivClassName
{
background-color: #8DBA43;
}
.BgClassName
{
background-color: #8DBA43;
}
</style>
border-color css
<style>
span { border-color: #8DBA43; }
span { border-color: rgb(141,186,67); }
td.TdClassName
{
border-color: #8DBA43;
}
.TagClassName
{
border-color: #8DBA43;
}
</style>