Shades of Atlantis #8CC93D
Tints of Atlantis #8CC93D
RGB
CMYK
RGB Variations
Color information
#8CC93D (or 0x8CC93D) is known color: Atlantis. HEX triplet: 8C, C9 and 3D. RGB value is (140,201,61). Sum of RGB (Red+Green+Blue) = 140+201+61=402 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.83% from 402); Green value is 201 (78.91% from 255 or 50% from 402); Blue value is 61 (24.22% from 255 or 15.17% from 402); Max value from RGB is 201 - color contains mainly: green. Hex color #8CC93D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC93D is #7336C2. Grayscale: #A7A7A7. Windows color (decimal): -7550659 or 4049292. OLE color: 4049292.
HSL color Cylindrical-coordinate representation of color #8CC93D: hue angle of 86.14º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8CC93D is Cyan = 0.30, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 201 | 61 | - |
| CMYK | 0.30 | 0 | 0.70 | 0.21 |
| HSL | 86.14º | 0.56% | 0.51% | - |
| HSV(B) | 86.14º | 0.7% | 0.79% | - |
| XYZ | 32.54 | 47.69 | 11.9 | - |
| YUV | 166.8 | 68.29 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 201 | 61 | 0.30 | 0 | 0.70 | 0.21 | 86.14 | 0.56 | 0.51 |
| Hex | 8C | C9 | 3D | 1E | 0 | 46 | 15 | 56 | 38 | 33 |
| Octal | 214 | 311 | 75 | 36 | 0 | 106 | 25 | 126 | 70 | 63 |
| Binary | 10001100 | 11001001 | 111101 | 11110 | 0 | 1000110 | 10101 | 1010110 | 111000 | 110011 |
Color Harmonies of #8CC93D
Complementary color
Monochromatic Colors of #8CC93D
Black with #8CC93D
Text Example
Text Example
White with #8CC93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC93D; }
p { color: rgb(140,201,61); }
H1.HeaderClassName
{
color: #8CC93D;
}
.AnyTagClassName
{
color: #8CC93D;
}
</style>
background-color css
<style>
a { background-color: #8CC93D; }
a { background-color: rgb(140,201,61); }
div.DivClassName
{
background-color: #8CC93D;
}
.BgClassName
{
background-color: #8CC93D;
}
</style>
border-color css
<style>
span { border-color: #8CC93D; }
span { border-color: rgb(140,201,61); }
td.TdClassName
{
border-color: #8CC93D;
}
.TagClassName
{
border-color: #8CC93D;
}
</style>