Shades of Atlantis #8FE343
Tints of Atlantis #8FE343
RGB
CMYK
RGB Variations
Color information
#8FE343 (or 0x8FE343) is known color: Atlantis. HEX triplet: 8F, E3 and 43. RGB value is (143,227,67). Sum of RGB (Red+Green+Blue) = 143+227+67=437 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.72% from 437); Green value is 227 (89.06% from 255 or 51.95% from 437); Blue value is 67 (26.56% from 255 or 15.33% from 437); Max value from RGB is 227 - color contains mainly: green. Hex color #8FE343 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FE343 is #701CBC. Grayscale: #B8B8B8. Windows color (decimal): -7347389 or 4449167. OLE color: 4449167.
HSL color Cylindrical-coordinate representation of color #8FE343: hue angle of 91.5º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8FE343 is Cyan = 0.37, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 143 | 227 | 67 | - |
| CMYK | 0.37 | 0 | 0.70 | 0.11 |
| HSL | 91.5º | 0.74% | 0.58% | - |
| HSV(B) | 91.5º | 0.7% | 0.89% | - |
| XYZ | 39.81 | 61.18 | 15.02 | - |
| YUV | 183.64 | 62.17 | 99.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 227 | 67 | 0.37 | 0 | 0.70 | 0.11 | 91.5 | 0.74 | 0.58 |
| Hex | 8F | E3 | 43 | 25 | 0 | 46 | B | 5C | 4A | 3A |
| Octal | 217 | 343 | 103 | 45 | 0 | 106 | 13 | 134 | 112 | 72 |
| Binary | 10001111 | 11100011 | 1000011 | 100101 | 0 | 1000110 | 1011 | 1011100 | 1001010 | 111010 |
Color Harmonies of #8FE343
Complementary color
Monochromatic Colors of #8FE343
Black with #8FE343
Text Example
Text Example
White with #8FE343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE343; }
p { color: rgb(143,227,67); }
H1.HeaderClassName
{
color: #8FE343;
}
.AnyTagClassName
{
color: #8FE343;
}
</style>
background-color css
<style>
a { background-color: #8FE343; }
a { background-color: rgb(143,227,67); }
div.DivClassName
{
background-color: #8FE343;
}
.BgClassName
{
background-color: #8FE343;
}
</style>
border-color css
<style>
span { border-color: #8FE343; }
span { border-color: rgb(143,227,67); }
td.TdClassName
{
border-color: #8FE343;
}
.TagClassName
{
border-color: #8FE343;
}
</style>