Shades of Atlantis #8BEA30
Tints of Atlantis #8BEA30
RGB
CMYK
RGB Variations
Color information
#8BEA30 (or 0x8BEA30) is known color: Atlantis. HEX triplet: 8B, EA and 30. RGB value is (139,234,48). Sum of RGB (Red+Green+Blue) = 139+234+48=421 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.02% from 421); Green value is 234 (91.80% from 255 or 55.58% from 421); Blue value is 48 (19.14% from 255 or 11.40% from 421); Max value from RGB is 234 - color contains mainly: green. Hex color #8BEA30 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8BEA30 is #7415CF. Grayscale: #B9B9B9. Windows color (decimal): -7607760 or 3205771. OLE color: 3205771.
HSL color Cylindrical-coordinate representation of color #8BEA30: hue angle of 90.65º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8BEA30 is Cyan = 0.41, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 139 | 234 | 48 | - |
| CMYK | 0.41 | 0 | 0.79 | 0.08 |
| HSL | 90.65º | 0.82% | 0.55% | - |
| HSV(B) | 90.65º | 0.79% | 0.92% | - |
| XYZ | 40.6 | 64.55 | 13.12 | - |
| YUV | 184.39 | 51.03 | 95.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 234 | 48 | 0.41 | 0 | 0.79 | 0.08 | 90.65 | 0.82 | 0.55 |
| Hex | 8B | EA | 30 | 29 | 0 | 4F | 8 | 5B | 52 | 37 |
| Octal | 213 | 352 | 60 | 51 | 0 | 117 | 10 | 133 | 122 | 67 |
| Binary | 10001011 | 11101010 | 110000 | 101001 | 0 | 1001111 | 1000 | 1011011 | 1010010 | 110111 |
Color Harmonies of #8BEA30
Complementary color
Monochromatic Colors of #8BEA30
Black with #8BEA30
Text Example
Text Example
White with #8BEA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEA30; }
p { color: rgb(139,234,48); }
H1.HeaderClassName
{
color: #8BEA30;
}
.AnyTagClassName
{
color: #8BEA30;
}
</style>
background-color css
<style>
a { background-color: #8BEA30; }
a { background-color: rgb(139,234,48); }
div.DivClassName
{
background-color: #8BEA30;
}
.BgClassName
{
background-color: #8BEA30;
}
</style>
border-color css
<style>
span { border-color: #8BEA30; }
span { border-color: rgb(139,234,48); }
td.TdClassName
{
border-color: #8BEA30;
}
.TagClassName
{
border-color: #8BEA30;
}
</style>