Shades of Atlantis #8BD345
Tints of Atlantis #8BD345
RGB
CMYK
RGB Variations
Color information
#8BD345 (or 0x8BD345) is known color: Atlantis. HEX triplet: 8B, D3 and 45. RGB value is (139,211,69). Sum of RGB (Red+Green+Blue) = 139+211+69=419 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.17% from 419); Green value is 211 (82.81% from 255 or 50.36% from 419); Blue value is 69 (27.34% from 255 or 16.47% from 419); Max value from RGB is 211 - color contains mainly: green. Hex color #8BD345 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BD345 is #742CBA. Grayscale: #ADADAD. Windows color (decimal): -7613627 or 4576139. OLE color: 4576139.
HSL color Cylindrical-coordinate representation of color #8BD345: hue angle of 90.42º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8BD345 is Cyan = 0.34, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 139 | 211 | 69 | - |
| CMYK | 0.34 | 0 | 0.67 | 0.17 |
| HSL | 90.42º | 0.62% | 0.55% | - |
| HSV(B) | 90.42º | 0.67% | 0.83% | - |
| XYZ | 35.02 | 52.51 | 13.92 | - |
| YUV | 173.28 | 69.15 | 103.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 211 | 69 | 0.34 | 0 | 0.67 | 0.17 | 90.42 | 0.62 | 0.55 |
| Hex | 8B | D3 | 45 | 22 | 0 | 43 | 11 | 5A | 3E | 37 |
| Octal | 213 | 323 | 105 | 42 | 0 | 103 | 21 | 132 | 76 | 67 |
| Binary | 10001011 | 11010011 | 1000101 | 100010 | 0 | 1000011 | 10001 | 1011010 | 111110 | 110111 |
Color Harmonies of #8BD345
Complementary color
Monochromatic Colors of #8BD345
Black with #8BD345
Text Example
Text Example
White with #8BD345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD345; }
p { color: rgb(139,211,69); }
H1.HeaderClassName
{
color: #8BD345;
}
.AnyTagClassName
{
color: #8BD345;
}
</style>
background-color css
<style>
a { background-color: #8BD345; }
a { background-color: rgb(139,211,69); }
div.DivClassName
{
background-color: #8BD345;
}
.BgClassName
{
background-color: #8BD345;
}
</style>
border-color css
<style>
span { border-color: #8BD345; }
span { border-color: rgb(139,211,69); }
td.TdClassName
{
border-color: #8BD345;
}
.TagClassName
{
border-color: #8BD345;
}
</style>