Shades of Atlantis #8FEB4A
Tints of Atlantis #8FEB4A
RGB
CMYK
RGB Variations
Color information
#8FEB4A (or 0x8FEB4A) is known color: Atlantis. HEX triplet: 8F, EB and 4A. RGB value is (143,235,74). Sum of RGB (Red+Green+Blue) = 143+235+74=452 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.64% from 452); Green value is 235 (92.19% from 255 or 51.99% from 452); Blue value is 74 (29.30% from 255 or 16.37% from 452); Max value from RGB is 235 - color contains mainly: green. Hex color #8FEB4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8FEB4A is #7014B5. Grayscale: #BDBDBD. Windows color (decimal): -7345334 or 4909967. OLE color: 4909967.
HSL color Cylindrical-coordinate representation of color #8FEB4A: hue angle of 94.29º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8FEB4A is Cyan = 0.39, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 235 | 74 | - |
| CMYK | 0.39 | 0 | 0.69 | 0.08 |
| HSL | 94.29º | 0.8% | 0.61% | - |
| HSV(B) | 94.29º | 0.69% | 0.92% | - |
| XYZ | 42.27 | 65.75 | 16.94 | - |
| YUV | 189.14 | 63.02 | 95.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 235 | 74 | 0.39 | 0 | 0.69 | 0.08 | 94.29 | 0.8 | 0.61 |
| Hex | 8F | EB | 4A | 27 | 0 | 45 | 8 | 5E | 50 | 3D |
| Octal | 217 | 353 | 112 | 47 | 0 | 105 | 10 | 136 | 120 | 75 |
| Binary | 10001111 | 11101011 | 1001010 | 100111 | 0 | 1000101 | 1000 | 1011110 | 1010000 | 111101 |
Color Harmonies of #8FEB4A
Complementary color
Monochromatic Colors of #8FEB4A
Black with #8FEB4A
Text Example
Text Example
White with #8FEB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEB4A; }
p { color: rgb(143,235,74); }
H1.HeaderClassName
{
color: #8FEB4A;
}
.AnyTagClassName
{
color: #8FEB4A;
}
</style>
background-color css
<style>
a { background-color: #8FEB4A; }
a { background-color: rgb(143,235,74); }
div.DivClassName
{
background-color: #8FEB4A;
}
.BgClassName
{
background-color: #8FEB4A;
}
</style>
border-color css
<style>
span { border-color: #8FEB4A; }
span { border-color: rgb(143,235,74); }
td.TdClassName
{
border-color: #8FEB4A;
}
.TagClassName
{
border-color: #8FEB4A;
}
</style>