Shades of Atlantis #8FE14C
Tints of Atlantis #8FE14C
RGB
CMYK
RGB Variations
Color information
#8FE14C (or 0x8FE14C) is known color: Atlantis. HEX triplet: 8F, E1 and 4C. RGB value is (143,225,76). Sum of RGB (Red+Green+Blue) = 143+225+76=444 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.21% from 444); Green value is 225 (88.28% from 255 or 50.68% from 444); Blue value is 76 (30.08% from 255 or 17.12% from 444); Max value from RGB is 225 - color contains mainly: green. Hex color #8FE14C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FE14C is #701EB3. Grayscale: #B8B8B8. Windows color (decimal): -7347892 or 5038479. OLE color: 5038479.
HSL color Cylindrical-coordinate representation of color #8FE14C: hue angle of 93.02º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8FE14C is Cyan = 0.36, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 143 | 225 | 76 | - |
| CMYK | 0.36 | 0 | 0.66 | 0.12 |
| HSL | 93.02º | 0.71% | 0.59% | - |
| HSV(B) | 93.02º | 0.66% | 0.88% | - |
| XYZ | 39.56 | 60.21 | 16.37 | - |
| YUV | 183.5 | 67.33 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 225 | 76 | 0.36 | 0 | 0.66 | 0.12 | 93.02 | 0.71 | 0.59 |
| Hex | 8F | E1 | 4C | 24 | 0 | 42 | C | 5D | 47 | 3B |
| Octal | 217 | 341 | 114 | 44 | 0 | 102 | 14 | 135 | 107 | 73 |
| Binary | 10001111 | 11100001 | 1001100 | 100100 | 0 | 1000010 | 1100 | 1011101 | 1000111 | 111011 |
Color Harmonies of #8FE14C
Complementary color
Monochromatic Colors of #8FE14C
Black with #8FE14C
Text Example
Text Example
White with #8FE14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE14C; }
p { color: rgb(143,225,76); }
H1.HeaderClassName
{
color: #8FE14C;
}
.AnyTagClassName
{
color: #8FE14C;
}
</style>
background-color css
<style>
a { background-color: #8FE14C; }
a { background-color: rgb(143,225,76); }
div.DivClassName
{
background-color: #8FE14C;
}
.BgClassName
{
background-color: #8FE14C;
}
</style>
border-color css
<style>
span { border-color: #8FE14C; }
span { border-color: rgb(143,225,76); }
td.TdClassName
{
border-color: #8FE14C;
}
.TagClassName
{
border-color: #8FE14C;
}
</style>