Shades of Atlantis #8FE44C
Tints of Atlantis #8FE44C
RGB
CMYK
RGB Variations
Color information
#8FE44C (or 0x8FE44C) is known color: Atlantis. HEX triplet: 8F, E4 and 4C. RGB value is (143,228,76). Sum of RGB (Red+Green+Blue) = 143+228+76=447 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.99% from 447); Green value is 228 (89.45% from 255 or 51.01% from 447); Blue value is 76 (30.08% from 255 or 17.00% from 447); Max value from RGB is 228 - color contains mainly: green. Hex color #8FE44C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FE44C is #701BB3. Grayscale: #B9B9B9. Windows color (decimal): -7347124 or 5039247. OLE color: 5039247.
HSL color Cylindrical-coordinate representation of color #8FE44C: hue angle of 93.55º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8FE44C is Cyan = 0.37, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 143 | 228 | 76 | - |
| CMYK | 0.37 | 0 | 0.67 | 0.11 |
| HSL | 93.55º | 0.74% | 0.6% | - |
| HSV(B) | 93.55º | 0.67% | 0.89% | - |
| XYZ | 40.38 | 61.85 | 16.65 | - |
| YUV | 185.26 | 66.34 | 97.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 228 | 76 | 0.37 | 0 | 0.67 | 0.11 | 93.55 | 0.74 | 0.6 |
| Hex | 8F | E4 | 4C | 25 | 0 | 43 | B | 5E | 4A | 3C |
| Octal | 217 | 344 | 114 | 45 | 0 | 103 | 13 | 136 | 112 | 74 |
| Binary | 10001111 | 11100100 | 1001100 | 100101 | 0 | 1000011 | 1011 | 1011110 | 1001010 | 111100 |
Color Harmonies of #8FE44C
Complementary color
Monochromatic Colors of #8FE44C
Black with #8FE44C
Text Example
Text Example
White with #8FE44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE44C; }
p { color: rgb(143,228,76); }
H1.HeaderClassName
{
color: #8FE44C;
}
.AnyTagClassName
{
color: #8FE44C;
}
</style>
background-color css
<style>
a { background-color: #8FE44C; }
a { background-color: rgb(143,228,76); }
div.DivClassName
{
background-color: #8FE44C;
}
.BgClassName
{
background-color: #8FE44C;
}
</style>
border-color css
<style>
span { border-color: #8FE44C; }
span { border-color: rgb(143,228,76); }
td.TdClassName
{
border-color: #8FE44C;
}
.TagClassName
{
border-color: #8FE44C;
}
</style>