Shades of Atlantis #8BE446
Tints of Atlantis #8BE446
RGB
CMYK
RGB Variations
Color information
#8BE446 (or 0x8BE446) is known color: Atlantis. HEX triplet: 8B, E4 and 46. RGB value is (139,228,70). Sum of RGB (Red+Green+Blue) = 139+228+70=437 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.81% from 437); Green value is 228 (89.45% from 255 or 52.17% from 437); Blue value is 70 (27.73% from 255 or 16.02% from 437); Max value from RGB is 228 - color contains mainly: green. Hex color #8BE446 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BE446 is #741BB9. Grayscale: #B7B7B7. Windows color (decimal): -7609274 or 4646027. OLE color: 4646027.
HSL color Cylindrical-coordinate representation of color #8BE446: hue angle of 93.8º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8BE446 is Cyan = 0.39, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 139 | 228 | 70 | - |
| CMYK | 0.39 | 0 | 0.69 | 0.11 |
| HSL | 93.8º | 0.75% | 0.58% | - |
| HSV(B) | 93.8º | 0.69% | 0.89% | - |
| XYZ | 39.5 | 61.42 | 15.57 | - |
| YUV | 183.38 | 64.01 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 228 | 70 | 0.39 | 0 | 0.69 | 0.11 | 93.8 | 0.75 | 0.58 |
| Hex | 8B | E4 | 46 | 27 | 0 | 45 | B | 5E | 4B | 3A |
| Octal | 213 | 344 | 106 | 47 | 0 | 105 | 13 | 136 | 113 | 72 |
| Binary | 10001011 | 11100100 | 1000110 | 100111 | 0 | 1000101 | 1011 | 1011110 | 1001011 | 111010 |
Color Harmonies of #8BE446
Complementary color
Monochromatic Colors of #8BE446
Black with #8BE446
Text Example
Text Example
White with #8BE446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE446; }
p { color: rgb(139,228,70); }
H1.HeaderClassName
{
color: #8BE446;
}
.AnyTagClassName
{
color: #8BE446;
}
</style>
background-color css
<style>
a { background-color: #8BE446; }
a { background-color: rgb(139,228,70); }
div.DivClassName
{
background-color: #8BE446;
}
.BgClassName
{
background-color: #8BE446;
}
</style>
border-color css
<style>
span { border-color: #8BE446; }
span { border-color: rgb(139,228,70); }
td.TdClassName
{
border-color: #8BE446;
}
.TagClassName
{
border-color: #8BE446;
}
</style>