Shades of Atlantis #8CD143
Tints of Atlantis #8CD143
RGB
CMYK
RGB Variations
Color information
#8CD143 (or 0x8CD143) is known color: Atlantis. HEX triplet: 8C, D1 and 43. RGB value is (140,209,67). Sum of RGB (Red+Green+Blue) = 140+209+67=416 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.65% from 416); Green value is 209 (82.03% from 255 or 50.24% from 416); Blue value is 67 (26.56% from 255 or 16.11% from 416); Max value from RGB is 209 - color contains mainly: green. Hex color #8CD143 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CD143 is #732EBC. Grayscale: #ACACAC. Windows color (decimal): -7548605 or 4444556. OLE color: 4444556.
HSL color Cylindrical-coordinate representation of color #8CD143: hue angle of 89.15º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8CD143 is Cyan = 0.33, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 140 | 209 | 67 | - |
| CMYK | 0.33 | 0 | 0.68 | 0.18 |
| HSL | 89.15º | 0.61% | 0.54% | - |
| HSV(B) | 89.15º | 0.68% | 0.82% | - |
| XYZ | 34.63 | 51.58 | 13.44 | - |
| YUV | 172.18 | 68.64 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 209 | 67 | 0.33 | 0 | 0.68 | 0.18 | 89.15 | 0.61 | 0.54 |
| Hex | 8C | D1 | 43 | 21 | 0 | 44 | 12 | 59 | 3D | 36 |
| Octal | 214 | 321 | 103 | 41 | 0 | 104 | 22 | 131 | 75 | 66 |
| Binary | 10001100 | 11010001 | 1000011 | 100001 | 0 | 1000100 | 10010 | 1011001 | 111101 | 110110 |
Color Harmonies of #8CD143
Complementary color
Monochromatic Colors of #8CD143
Black with #8CD143
Text Example
Text Example
White with #8CD143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CD143; }
p { color: rgb(140,209,67); }
H1.HeaderClassName
{
color: #8CD143;
}
.AnyTagClassName
{
color: #8CD143;
}
</style>
background-color css
<style>
a { background-color: #8CD143; }
a { background-color: rgb(140,209,67); }
div.DivClassName
{
background-color: #8CD143;
}
.BgClassName
{
background-color: #8CD143;
}
</style>
border-color css
<style>
span { border-color: #8CD143; }
span { border-color: rgb(140,209,67); }
td.TdClassName
{
border-color: #8CD143;
}
.TagClassName
{
border-color: #8CD143;
}
</style>