Shades of Atlantis #8BD046
Tints of Atlantis #8BD046
RGB
CMYK
RGB Variations
Color information
#8BD046 (or 0x8BD046) is known color: Atlantis. HEX triplet: 8B, D0 and 46. RGB value is (139,208,70). Sum of RGB (Red+Green+Blue) = 139+208+70=417 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.33% from 417); Green value is 208 (81.64% from 255 or 49.88% from 417); Blue value is 70 (27.73% from 255 or 16.79% from 417); Max value from RGB is 208 - color contains mainly: green. Hex color #8BD046 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BD046 is #742FB9. Grayscale: #ACACAC. Windows color (decimal): -7614394 or 4640907. OLE color: 4640907.
HSL color Cylindrical-coordinate representation of color #8BD046: hue angle of 90º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8BD046 is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 139 | 208 | 70 | - |
| CMYK | 0.33 | 0 | 0.66 | 0.18 |
| HSL | 90º | 0.59% | 0.55% | - |
| HSV(B) | 90º | 0.66% | 0.82% | - |
| XYZ | 34.31 | 51.04 | 13.84 | - |
| YUV | 171.64 | 70.64 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 208 | 70 | 0.33 | 0 | 0.66 | 0.18 | 90 | 0.59 | 0.55 |
| Hex | 8B | D0 | 46 | 21 | 0 | 42 | 12 | 5A | 3B | 37 |
| Octal | 213 | 320 | 106 | 41 | 0 | 102 | 22 | 132 | 73 | 67 |
| Binary | 10001011 | 11010000 | 1000110 | 100001 | 0 | 1000010 | 10010 | 1011010 | 111011 | 110111 |
Color Harmonies of #8BD046
Complementary color
Monochromatic Colors of #8BD046
Black with #8BD046
Text Example
Text Example
White with #8BD046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD046; }
p { color: rgb(139,208,70); }
H1.HeaderClassName
{
color: #8BD046;
}
.AnyTagClassName
{
color: #8BD046;
}
</style>
background-color css
<style>
a { background-color: #8BD046; }
a { background-color: rgb(139,208,70); }
div.DivClassName
{
background-color: #8BD046;
}
.BgClassName
{
background-color: #8BD046;
}
</style>
border-color css
<style>
span { border-color: #8BD046; }
span { border-color: rgb(139,208,70); }
td.TdClassName
{
border-color: #8BD046;
}
.TagClassName
{
border-color: #8BD046;
}
</style>