Shades of Atlantis #8CEE49
Tints of Atlantis #8CEE49
RGB
CMYK
RGB Variations
Color information
#8CEE49 (or 0x8CEE49) is known color: Atlantis. HEX triplet: 8C, EE and 49. RGB value is (140,238,73). Sum of RGB (Red+Green+Blue) = 140+238+73=451 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.04% from 451); Green value is 238 (93.36% from 255 or 52.77% from 451); Blue value is 73 (28.91% from 255 or 16.19% from 451); Max value from RGB is 238 - color contains mainly: green. Hex color #8CEE49 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CEE49 is #7311B6. Grayscale: #BEBEBE. Windows color (decimal): -7541175 or 4845196. OLE color: 4845196.
HSL color Cylindrical-coordinate representation of color #8CEE49: hue angle of 95.64º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8CEE49 is Cyan = 0.41, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 238 | 73 | - |
| CMYK | 0.41 | 0 | 0.69 | 0.07 |
| HSL | 95.64º | 0.83% | 0.61% | - |
| HSV(B) | 95.64º | 0.69% | 0.93% | - |
| XYZ | 42.59 | 67.21 | 17.03 | - |
| YUV | 189.89 | 62.03 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 238 | 73 | 0.41 | 0 | 0.69 | 0.07 | 95.64 | 0.83 | 0.61 |
| Hex | 8C | EE | 49 | 29 | 0 | 45 | 7 | 60 | 53 | 3D |
| Octal | 214 | 356 | 111 | 51 | 0 | 105 | 7 | 140 | 123 | 75 |
| Binary | 10001100 | 11101110 | 1001001 | 101001 | 0 | 1000101 | 111 | 1100000 | 1010011 | 111101 |
Color Harmonies of #8CEE49
Complementary color
Monochromatic Colors of #8CEE49
Black with #8CEE49
Text Example
Text Example
White with #8CEE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEE49; }
p { color: rgb(140,238,73); }
H1.HeaderClassName
{
color: #8CEE49;
}
.AnyTagClassName
{
color: #8CEE49;
}
</style>
background-color css
<style>
a { background-color: #8CEE49; }
a { background-color: rgb(140,238,73); }
div.DivClassName
{
background-color: #8CEE49;
}
.BgClassName
{
background-color: #8CEE49;
}
</style>
border-color css
<style>
span { border-color: #8CEE49; }
span { border-color: rgb(140,238,73); }
td.TdClassName
{
border-color: #8CEE49;
}
.TagClassName
{
border-color: #8CEE49;
}
</style>