Shades of Atlantis #8FE134
Tints of Atlantis #8FE134
RGB
CMYK
RGB Variations
Color information
#8FE134 (or 0x8FE134) is known color: Atlantis. HEX triplet: 8F, E1 and 34. RGB value is (143,225,52). Sum of RGB (Red+Green+Blue) = 143+225+52=420 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.05% from 420); Green value is 225 (88.28% from 255 or 53.57% from 420); Blue value is 52 (20.70% from 255 or 12.38% from 420); Max value from RGB is 225 - color contains mainly: green. Hex color #8FE134 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FE134 is #701ECB. Grayscale: #B5B5B5. Windows color (decimal): -7347916 or 3465615. OLE color: 3465615.
HSL color Cylindrical-coordinate representation of color #8FE134: hue angle of 88.44º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8FE134 is Cyan = 0.36, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 143 | 225 | 52 | - |
| CMYK | 0.36 | 0 | 0.77 | 0.12 |
| HSL | 88.44º | 0.74% | 0.54% | - |
| HSV(B) | 88.44º | 0.77% | 0.88% | - |
| XYZ | 38.87 | 59.94 | 12.77 | - |
| YUV | 180.76 | 55.33 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 225 | 52 | 0.36 | 0 | 0.77 | 0.12 | 88.44 | 0.74 | 0.54 |
| Hex | 8F | E1 | 34 | 24 | 0 | 4D | C | 58 | 4A | 36 |
| Octal | 217 | 341 | 64 | 44 | 0 | 115 | 14 | 130 | 112 | 66 |
| Binary | 10001111 | 11100001 | 110100 | 100100 | 0 | 1001101 | 1100 | 1011000 | 1001010 | 110110 |
Color Harmonies of #8FE134
Complementary color
Monochromatic Colors of #8FE134
Black with #8FE134
Text Example
Text Example
White with #8FE134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE134; }
p { color: rgb(143,225,52); }
H1.HeaderClassName
{
color: #8FE134;
}
.AnyTagClassName
{
color: #8FE134;
}
</style>
background-color css
<style>
a { background-color: #8FE134; }
a { background-color: rgb(143,225,52); }
div.DivClassName
{
background-color: #8FE134;
}
.BgClassName
{
background-color: #8FE134;
}
</style>
border-color css
<style>
span { border-color: #8FE134; }
span { border-color: rgb(143,225,52); }
td.TdClassName
{
border-color: #8FE134;
}
.TagClassName
{
border-color: #8FE134;
}
</style>