Shades of Atlantis #8BEA34
Tints of Atlantis #8BEA34
RGB
CMYK
RGB Variations
Color information
#8BEA34 (or 0x8BEA34) is known color: Atlantis. HEX triplet: 8B, EA and 34. RGB value is (139,234,52). Sum of RGB (Red+Green+Blue) = 139+234+52=425 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.71% from 425); Green value is 234 (91.80% from 255 or 55.06% from 425); Blue value is 52 (20.70% from 255 or 12.24% from 425); Max value from RGB is 234 - color contains mainly: green. Hex color #8BEA34 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8BEA34 is #7415CB. Grayscale: #B9B9B9. Windows color (decimal): -7607756 or 3467915. OLE color: 3467915.
HSL color Cylindrical-coordinate representation of color #8BEA34: hue angle of 91.32º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8BEA34 is Cyan = 0.41, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 139 | 234 | 52 | - |
| CMYK | 0.41 | 0 | 0.78 | 0.08 |
| HSL | 91.32º | 0.81% | 0.56% | - |
| HSV(B) | 91.32º | 0.78% | 0.92% | - |
| XYZ | 40.69 | 64.58 | 13.57 | - |
| YUV | 184.85 | 53.03 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 234 | 52 | 0.41 | 0 | 0.78 | 0.08 | 91.32 | 0.81 | 0.56 |
| Hex | 8B | EA | 34 | 29 | 0 | 4E | 8 | 5B | 51 | 38 |
| Octal | 213 | 352 | 64 | 51 | 0 | 116 | 10 | 133 | 121 | 70 |
| Binary | 10001011 | 11101010 | 110100 | 101001 | 0 | 1001110 | 1000 | 1011011 | 1010001 | 111000 |
Color Harmonies of #8BEA34
Complementary color
Monochromatic Colors of #8BEA34
Black with #8BEA34
Text Example
Text Example
White with #8BEA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEA34; }
p { color: rgb(139,234,52); }
H1.HeaderClassName
{
color: #8BEA34;
}
.AnyTagClassName
{
color: #8BEA34;
}
</style>
background-color css
<style>
a { background-color: #8BEA34; }
a { background-color: rgb(139,234,52); }
div.DivClassName
{
background-color: #8BEA34;
}
.BgClassName
{
background-color: #8BEA34;
}
</style>
border-color css
<style>
span { border-color: #8BEA34; }
span { border-color: rgb(139,234,52); }
td.TdClassName
{
border-color: #8BEA34;
}
.TagClassName
{
border-color: #8BEA34;
}
</style>