Shades of Atlantis #8FE038
Tints of Atlantis #8FE038
RGB
CMYK
RGB Variations
Color information
#8FE038 (or 0x8FE038) is known color: Atlantis. HEX triplet: 8F, E0 and 38. RGB value is (143,224,56). Sum of RGB (Red+Green+Blue) = 143+224+56=423 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.81% from 423); Green value is 224 (87.89% from 255 or 52.96% from 423); Blue value is 56 (22.27% from 255 or 13.24% from 423); Max value from RGB is 224 - color contains mainly: green. Hex color #8FE038 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FE038 is #701FC7. Grayscale: #B5B5B5. Windows color (decimal): -7348168 or 3727503. OLE color: 3727503.
HSL color Cylindrical-coordinate representation of color #8FE038: hue angle of 88.93º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8FE038 is Cyan = 0.36, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 143 | 224 | 56 | - |
| CMYK | 0.36 | 0 | 0.75 | 0.12 |
| HSL | 88.93º | 0.73% | 0.55% | - |
| HSV(B) | 88.93º | 0.75% | 0.88% | - |
| XYZ | 38.7 | 59.44 | 13.17 | - |
| YUV | 180.63 | 57.66 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 224 | 56 | 0.36 | 0 | 0.75 | 0.12 | 88.93 | 0.73 | 0.55 |
| Hex | 8F | E0 | 38 | 24 | 0 | 4B | C | 59 | 49 | 37 |
| Octal | 217 | 340 | 70 | 44 | 0 | 113 | 14 | 131 | 111 | 67 |
| Binary | 10001111 | 11100000 | 111000 | 100100 | 0 | 1001011 | 1100 | 1011001 | 1001001 | 110111 |
Color Harmonies of #8FE038
Complementary color
Monochromatic Colors of #8FE038
Black with #8FE038
Text Example
Text Example
White with #8FE038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE038; }
p { color: rgb(143,224,56); }
H1.HeaderClassName
{
color: #8FE038;
}
.AnyTagClassName
{
color: #8FE038;
}
</style>
background-color css
<style>
a { background-color: #8FE038; }
a { background-color: rgb(143,224,56); }
div.DivClassName
{
background-color: #8FE038;
}
.BgClassName
{
background-color: #8FE038;
}
</style>
border-color css
<style>
span { border-color: #8FE038; }
span { border-color: rgb(143,224,56); }
td.TdClassName
{
border-color: #8FE038;
}
.TagClassName
{
border-color: #8FE038;
}
</style>