Shades of Atlantis #8FE23C
Tints of Atlantis #8FE23C
RGB
CMYK
RGB Variations
Color information
#8FE23C (or 0x8FE23C) is known color: Atlantis. HEX triplet: 8F, E2 and 3C. RGB value is (143,226,60). Sum of RGB (Red+Green+Blue) = 143+226+60=429 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.33% from 429); Green value is 226 (88.67% from 255 or 52.68% from 429); Blue value is 60 (23.83% from 255 or 13.99% from 429); Max value from RGB is 226 - color contains mainly: green. Hex color #8FE23C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FE23C is #701DC3. Grayscale: #B6B6B6. Windows color (decimal): -7347652 or 3990159. OLE color: 3990159.
HSL color Cylindrical-coordinate representation of color #8FE23C: hue angle of 90º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8FE23C is Cyan = 0.37, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 143 | 226 | 60 | - |
| CMYK | 0.37 | 0 | 0.73 | 0.11 |
| HSL | 90º | 0.74% | 0.56% | - |
| HSV(B) | 90º | 0.73% | 0.89% | - |
| XYZ | 39.34 | 60.56 | 13.89 | - |
| YUV | 182.26 | 59 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 226 | 60 | 0.37 | 0 | 0.73 | 0.11 | 90 | 0.74 | 0.56 |
| Hex | 8F | E2 | 3C | 25 | 0 | 49 | B | 5A | 4A | 38 |
| Octal | 217 | 342 | 74 | 45 | 0 | 111 | 13 | 132 | 112 | 70 |
| Binary | 10001111 | 11100010 | 111100 | 100101 | 0 | 1001001 | 1011 | 1011010 | 1001010 | 111000 |
Color Harmonies of #8FE23C
Complementary color
Monochromatic Colors of #8FE23C
Black with #8FE23C
Text Example
Text Example
White with #8FE23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE23C; }
p { color: rgb(143,226,60); }
H1.HeaderClassName
{
color: #8FE23C;
}
.AnyTagClassName
{
color: #8FE23C;
}
</style>
background-color css
<style>
a { background-color: #8FE23C; }
a { background-color: rgb(143,226,60); }
div.DivClassName
{
background-color: #8FE23C;
}
.BgClassName
{
background-color: #8FE23C;
}
</style>
border-color css
<style>
span { border-color: #8FE23C; }
span { border-color: rgb(143,226,60); }
td.TdClassName
{
border-color: #8FE23C;
}
.TagClassName
{
border-color: #8FE23C;
}
</style>