Shades of Atlantis #8FE340
Tints of Atlantis #8FE340
RGB
CMYK
RGB Variations
Color information
#8FE340 (or 0x8FE340) is known color: Atlantis. HEX triplet: 8F, E3 and 40. RGB value is (143,227,64). Sum of RGB (Red+Green+Blue) = 143+227+64=434 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.95% from 434); Green value is 227 (89.06% from 255 or 52.30% from 434); Blue value is 64 (25.39% from 255 or 14.75% from 434); Max value from RGB is 227 - color contains mainly: green. Hex color #8FE340 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FE340 is #701CBF. Grayscale: #B7B7B7. Windows color (decimal): -7347392 or 4252559. OLE color: 4252559.
HSL color Cylindrical-coordinate representation of color #8FE340: hue angle of 90.92º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8FE340 is Cyan = 0.37, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 143 | 227 | 64 | - |
| CMYK | 0.37 | 0 | 0.72 | 0.11 |
| HSL | 90.92º | 0.74% | 0.57% | - |
| HSV(B) | 90.92º | 0.72% | 0.89% | - |
| XYZ | 39.72 | 61.15 | 14.56 | - |
| YUV | 183.3 | 60.67 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 227 | 64 | 0.37 | 0 | 0.72 | 0.11 | 90.92 | 0.74 | 0.57 |
| Hex | 8F | E3 | 40 | 25 | 0 | 48 | B | 5B | 4A | 39 |
| Octal | 217 | 343 | 100 | 45 | 0 | 110 | 13 | 133 | 112 | 71 |
| Binary | 10001111 | 11100011 | 1000000 | 100101 | 0 | 1001000 | 1011 | 1011011 | 1001010 | 111001 |
Color Harmonies of #8FE340
Complementary color
Monochromatic Colors of #8FE340
Black with #8FE340
Text Example
Text Example
White with #8FE340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE340; }
p { color: rgb(143,227,64); }
H1.HeaderClassName
{
color: #8FE340;
}
.AnyTagClassName
{
color: #8FE340;
}
</style>
background-color css
<style>
a { background-color: #8FE340; }
a { background-color: rgb(143,227,64); }
div.DivClassName
{
background-color: #8FE340;
}
.BgClassName
{
background-color: #8FE340;
}
</style>
border-color css
<style>
span { border-color: #8FE340; }
span { border-color: rgb(143,227,64); }
td.TdClassName
{
border-color: #8FE340;
}
.TagClassName
{
border-color: #8FE340;
}
</style>