Shades of Atlantis #8CC94A
Tints of Atlantis #8CC94A
RGB
CMYK
RGB Variations
Color information
#8CC94A (or 0x8CC94A) is known color: Atlantis. HEX triplet: 8C, C9 and 4A. RGB value is (140,201,74). Sum of RGB (Red+Green+Blue) = 140+201+74=415 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.73% from 415); Green value is 201 (78.91% from 255 or 48.43% from 415); Blue value is 74 (29.30% from 255 or 17.83% from 415); Max value from RGB is 201 - color contains mainly: green. Hex color #8CC94A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC94A is #7336B5. Grayscale: #A8A8A8. Windows color (decimal): -7550646 or 4901260. OLE color: 4901260.
HSL color Cylindrical-coordinate representation of color #8CC94A: hue angle of 88.82º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8CC94A is Cyan = 0.30, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 201 | 74 | - |
| CMYK | 0.30 | 0 | 0.63 | 0.21 |
| HSL | 88.82º | 0.54% | 0.54% | - |
| HSV(B) | 88.82º | 0.63% | 0.79% | - |
| XYZ | 32.94 | 47.84 | 13.98 | - |
| YUV | 168.28 | 74.79 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 201 | 74 | 0.30 | 0 | 0.63 | 0.21 | 88.82 | 0.54 | 0.54 |
| Hex | 8C | C9 | 4A | 1E | 0 | 3F | 15 | 59 | 36 | 36 |
| Octal | 214 | 311 | 112 | 36 | 0 | 77 | 25 | 131 | 66 | 66 |
| Binary | 10001100 | 11001001 | 1001010 | 11110 | 0 | 111111 | 10101 | 1011001 | 110110 | 110110 |
Color Harmonies of #8CC94A
Complementary color
Monochromatic Colors of #8CC94A
Black with #8CC94A
Text Example
Text Example
White with #8CC94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC94A; }
p { color: rgb(140,201,74); }
H1.HeaderClassName
{
color: #8CC94A;
}
.AnyTagClassName
{
color: #8CC94A;
}
</style>
background-color css
<style>
a { background-color: #8CC94A; }
a { background-color: rgb(140,201,74); }
div.DivClassName
{
background-color: #8CC94A;
}
.BgClassName
{
background-color: #8CC94A;
}
</style>
border-color css
<style>
span { border-color: #8CC94A; }
span { border-color: rgb(140,201,74); }
td.TdClassName
{
border-color: #8CC94A;
}
.TagClassName
{
border-color: #8CC94A;
}
</style>