Shades of Atlantis #8FE23F
Tints of Atlantis #8FE23F
RGB
CMYK
RGB Variations
Color information
#8FE23F (or 0x8FE23F) is known color: Atlantis. HEX triplet: 8F, E2 and 3F. RGB value is (143,226,63). Sum of RGB (Red+Green+Blue) = 143+226+63=432 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.10% from 432); Green value is 226 (88.67% from 255 or 52.31% from 432); Blue value is 63 (25% from 255 or 14.58% from 432); Max value from RGB is 226 - color contains mainly: green. Hex color #8FE23F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FE23F is #701DC0. Grayscale: #B7B7B7. Windows color (decimal): -7347649 or 4186767. OLE color: 4186767.
HSL color Cylindrical-coordinate representation of color #8FE23F: hue angle of 90.55º 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 #8FE23F is Cyan = 0.37, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 143 | 226 | 63 | - |
| CMYK | 0.37 | 0 | 0.72 | 0.11 |
| HSL | 90.55º | 0.74% | 0.57% | - |
| HSV(B) | 90.55º | 0.72% | 0.89% | - |
| XYZ | 39.42 | 60.59 | 14.32 | - |
| YUV | 182.6 | 60.5 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 226 | 63 | 0.37 | 0 | 0.72 | 0.11 | 90.55 | 0.74 | 0.57 |
| Hex | 8F | E2 | 3F | 25 | 0 | 48 | B | 5B | 4A | 39 |
| Octal | 217 | 342 | 77 | 45 | 0 | 110 | 13 | 133 | 112 | 71 |
| Binary | 10001111 | 11100010 | 111111 | 100101 | 0 | 1001000 | 1011 | 1011011 | 1001010 | 111001 |
Color Harmonies of #8FE23F
Complementary color
Monochromatic Colors of #8FE23F
Black with #8FE23F
Text Example
Text Example
White with #8FE23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE23F; }
p { color: rgb(143,226,63); }
H1.HeaderClassName
{
color: #8FE23F;
}
.AnyTagClassName
{
color: #8FE23F;
}
</style>
background-color css
<style>
a { background-color: #8FE23F; }
a { background-color: rgb(143,226,63); }
div.DivClassName
{
background-color: #8FE23F;
}
.BgClassName
{
background-color: #8FE23F;
}
</style>
border-color css
<style>
span { border-color: #8FE23F; }
span { border-color: rgb(143,226,63); }
td.TdClassName
{
border-color: #8FE23F;
}
.TagClassName
{
border-color: #8FE23F;
}
</style>