Shades of Atlantis #8CCE39
Tints of Atlantis #8CCE39
RGB
CMYK
RGB Variations
Color information
#8CCE39 (or 0x8CCE39) is known color: Atlantis. HEX triplet: 8C, CE and 39. RGB value is (140,206,57). Sum of RGB (Red+Green+Blue) = 140+206+57=403 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.74% from 403); Green value is 206 (80.86% from 255 or 51.12% from 403); Blue value is 57 (22.66% from 255 or 14.14% from 403); Max value from RGB is 206 - color contains mainly: green. Hex color #8CCE39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CCE39 is #7331C6. Grayscale: #A9A9A9. Windows color (decimal): -7549383 or 3788428. OLE color: 3788428.
HSL color Cylindrical-coordinate representation of color #8CCE39: hue angle of 86.58º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8CCE39 is Cyan = 0.32, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 206 | 57 | - |
| CMYK | 0.32 | 0 | 0.72 | 0.19 |
| HSL | 86.58º | 0.6% | 0.52% | - |
| HSV(B) | 86.58º | 0.72% | 0.81% | - |
| XYZ | 33.63 | 50.01 | 11.75 | - |
| YUV | 169.28 | 64.63 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 206 | 57 | 0.32 | 0 | 0.72 | 0.19 | 86.58 | 0.6 | 0.52 |
| Hex | 8C | CE | 39 | 20 | 0 | 48 | 13 | 57 | 3C | 34 |
| Octal | 214 | 316 | 71 | 40 | 0 | 110 | 23 | 127 | 74 | 64 |
| Binary | 10001100 | 11001110 | 111001 | 100000 | 0 | 1001000 | 10011 | 1010111 | 111100 | 110100 |
Color Harmonies of #8CCE39
Complementary color
Monochromatic Colors of #8CCE39
Black with #8CCE39
Text Example
Text Example
White with #8CCE39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCE39; }
p { color: rgb(140,206,57); }
H1.HeaderClassName
{
color: #8CCE39;
}
.AnyTagClassName
{
color: #8CCE39;
}
</style>
background-color css
<style>
a { background-color: #8CCE39; }
a { background-color: rgb(140,206,57); }
div.DivClassName
{
background-color: #8CCE39;
}
.BgClassName
{
background-color: #8CCE39;
}
</style>
border-color css
<style>
span { border-color: #8CCE39; }
span { border-color: rgb(140,206,57); }
td.TdClassName
{
border-color: #8CCE39;
}
.TagClassName
{
border-color: #8CCE39;
}
</style>