Shades of Atlantis #8FEE45
Tints of Atlantis #8FEE45
RGB
CMYK
RGB Variations
Color information
#8FEE45 (or 0x8FEE45) is known color: Atlantis. HEX triplet: 8F, EE and 45. RGB value is (143,238,69). Sum of RGB (Red+Green+Blue) = 143+238+69=450 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.78% from 450); Green value is 238 (93.36% from 255 or 52.89% from 450); Blue value is 69 (27.34% from 255 or 15.33% from 450); Max value from RGB is 238 - color contains mainly: green. Hex color #8FEE45 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8FEE45 is #7011BA. Grayscale: #BEBEBE. Windows color (decimal): -7344571 or 4583055. OLE color: 4583055.
HSL color Cylindrical-coordinate representation of color #8FEE45: hue angle of 93.73º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8FEE45 is Cyan = 0.40, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 238 | 69 | - |
| CMYK | 0.40 | 0 | 0.71 | 0.07 |
| HSL | 93.73º | 0.83% | 0.6% | - |
| HSV(B) | 93.73º | 0.71% | 0.93% | - |
| XYZ | 42.98 | 67.42 | 16.38 | - |
| YUV | 190.33 | 59.53 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 238 | 69 | 0.40 | 0 | 0.71 | 0.07 | 93.73 | 0.83 | 0.6 |
| Hex | 8F | EE | 45 | 28 | 0 | 47 | 7 | 5E | 53 | 3C |
| Octal | 217 | 356 | 105 | 50 | 0 | 107 | 7 | 136 | 123 | 74 |
| Binary | 10001111 | 11101110 | 1000101 | 101000 | 0 | 1000111 | 111 | 1011110 | 1010011 | 111100 |
Color Harmonies of #8FEE45
Complementary color
Monochromatic Colors of #8FEE45
Black with #8FEE45
Text Example
Text Example
White with #8FEE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEE45; }
p { color: rgb(143,238,69); }
H1.HeaderClassName
{
color: #8FEE45;
}
.AnyTagClassName
{
color: #8FEE45;
}
</style>
background-color css
<style>
a { background-color: #8FEE45; }
a { background-color: rgb(143,238,69); }
div.DivClassName
{
background-color: #8FEE45;
}
.BgClassName
{
background-color: #8FEE45;
}
</style>
border-color css
<style>
span { border-color: #8FEE45; }
span { border-color: rgb(143,238,69); }
td.TdClassName
{
border-color: #8FEE45;
}
.TagClassName
{
border-color: #8FEE45;
}
</style>