Shades of Atlantis #8DB942
Tints of Atlantis #8DB942
RGB
CMYK
RGB Variations
Color information
#8DB942 (or 0x8DB942) is known color: Atlantis. HEX triplet: 8D, B9 and 42. RGB value is (141,185,66). Sum of RGB (Red+Green+Blue) = 141+185+66=392 (51% of max value = 765). Red value is 141 (55.47% from 255 or 35.97% from 392); Green value is 185 (72.66% from 255 or 47.19% from 392); Blue value is 66 (26.17% from 255 or 16.84% from 392); Max value from RGB is 185 - color contains mainly: green. Hex color #8DB942 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB942 is #7246BD. Grayscale: #9E9E9E. Windows color (decimal): -7489214 or 4372877. OLE color: 4372877.
HSL color Cylindrical-coordinate representation of color #8DB942: hue angle of 82.18º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8DB942 is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 185 | 66 | - |
| CMYK | 0.24 | 0 | 0.64 | 0.27 |
| HSL | 82.18º | 0.47% | 0.49% | - |
| HSV(B) | 82.18º | 0.64% | 0.73% | - |
| XYZ | 29.32 | 40.75 | 11.48 | - |
| YUV | 158.28 | 75.92 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 185 | 66 | 0.24 | 0 | 0.64 | 0.27 | 82.18 | 0.47 | 0.49 |
| Hex | 8D | B9 | 42 | 18 | 0 | 40 | 1B | 52 | 2F | 31 |
| Octal | 215 | 271 | 102 | 30 | 0 | 100 | 33 | 122 | 57 | 61 |
| Binary | 10001101 | 10111001 | 1000010 | 11000 | 0 | 1000000 | 11011 | 1010010 | 101111 | 110001 |
Color Harmonies of #8DB942
Complementary color
Monochromatic Colors of #8DB942
Black with #8DB942
Text Example
Text Example
White with #8DB942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB942; }
p { color: rgb(141,185,66); }
H1.HeaderClassName
{
color: #8DB942;
}
.AnyTagClassName
{
color: #8DB942;
}
</style>
background-color css
<style>
a { background-color: #8DB942; }
a { background-color: rgb(141,185,66); }
div.DivClassName
{
background-color: #8DB942;
}
.BgClassName
{
background-color: #8DB942;
}
</style>
border-color css
<style>
span { border-color: #8DB942; }
span { border-color: rgb(141,185,66); }
td.TdClassName
{
border-color: #8DB942;
}
.TagClassName
{
border-color: #8DB942;
}
</style>