Shades of Atlantis #8BE045
Tints of Atlantis #8BE045
RGB
CMYK
RGB Variations
Color information
#8BE045 (or 0x8BE045) is known color: Atlantis. HEX triplet: 8B, E0 and 45. RGB value is (139,224,69). Sum of RGB (Red+Green+Blue) = 139+224+69=432 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.18% from 432); Green value is 224 (87.89% from 255 or 51.85% from 432); Blue value is 69 (27.34% from 255 or 15.97% from 432); Max value from RGB is 224 - color contains mainly: green. Hex color #8BE045 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BE045 is #741FBA. Grayscale: #B5B5B5. Windows color (decimal): -7610299 or 4579467. OLE color: 4579467.
HSL color Cylindrical-coordinate representation of color #8BE045: hue angle of 92.9º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8BE045 is Cyan = 0.38, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 139 | 224 | 69 | - |
| CMYK | 0.38 | 0 | 0.69 | 0.12 |
| HSL | 92.9º | 0.71% | 0.57% | - |
| HSV(B) | 92.9º | 0.69% | 0.88% | - |
| XYZ | 38.38 | 59.23 | 15.04 | - |
| YUV | 180.92 | 64.84 | 98.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 224 | 69 | 0.38 | 0 | 0.69 | 0.12 | 92.9 | 0.71 | 0.57 |
| Hex | 8B | E0 | 45 | 26 | 0 | 45 | C | 5D | 47 | 39 |
| Octal | 213 | 340 | 105 | 46 | 0 | 105 | 14 | 135 | 107 | 71 |
| Binary | 10001011 | 11100000 | 1000101 | 100110 | 0 | 1000101 | 1100 | 1011101 | 1000111 | 111001 |
Color Harmonies of #8BE045
Complementary color
Monochromatic Colors of #8BE045
Black with #8BE045
Text Example
Text Example
White with #8BE045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE045; }
p { color: rgb(139,224,69); }
H1.HeaderClassName
{
color: #8BE045;
}
.AnyTagClassName
{
color: #8BE045;
}
</style>
background-color css
<style>
a { background-color: #8BE045; }
a { background-color: rgb(139,224,69); }
div.DivClassName
{
background-color: #8BE045;
}
.BgClassName
{
background-color: #8BE045;
}
</style>
border-color css
<style>
span { border-color: #8BE045; }
span { border-color: rgb(139,224,69); }
td.TdClassName
{
border-color: #8BE045;
}
.TagClassName
{
border-color: #8BE045;
}
</style>