Shades of Atlantis #8CD145
Tints of Atlantis #8CD145
RGB
CMYK
RGB Variations
Color information
#8CD145 (or 0x8CD145) is known color: Atlantis. HEX triplet: 8C, D1 and 45. RGB value is (140,209,69). Sum of RGB (Red+Green+Blue) = 140+209+69=418 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.49% from 418); Green value is 209 (82.03% from 255 or 50% from 418); Blue value is 69 (27.34% from 255 or 16.51% from 418); Max value from RGB is 209 - color contains mainly: green. Hex color #8CD145 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CD145 is #732EBA. Grayscale: #ACACAC. Windows color (decimal): -7548603 or 4575628. OLE color: 4575628.
HSL color Cylindrical-coordinate representation of color #8CD145: hue angle of 89.57º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8CD145 is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 140 | 209 | 69 | - |
| CMYK | 0.33 | 0 | 0.67 | 0.18 |
| HSL | 89.57º | 0.6% | 0.55% | - |
| HSV(B) | 89.57º | 0.67% | 0.82% | - |
| XYZ | 34.69 | 51.61 | 13.76 | - |
| YUV | 172.41 | 69.64 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 209 | 69 | 0.33 | 0 | 0.67 | 0.18 | 89.57 | 0.6 | 0.55 |
| Hex | 8C | D1 | 45 | 21 | 0 | 43 | 12 | 5A | 3C | 37 |
| Octal | 214 | 321 | 105 | 41 | 0 | 103 | 22 | 132 | 74 | 67 |
| Binary | 10001100 | 11010001 | 1000101 | 100001 | 0 | 1000011 | 10010 | 1011010 | 111100 | 110111 |
Color Harmonies of #8CD145
Complementary color
Monochromatic Colors of #8CD145
Black with #8CD145
Text Example
Text Example
White with #8CD145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CD145; }
p { color: rgb(140,209,69); }
H1.HeaderClassName
{
color: #8CD145;
}
.AnyTagClassName
{
color: #8CD145;
}
</style>
background-color css
<style>
a { background-color: #8CD145; }
a { background-color: rgb(140,209,69); }
div.DivClassName
{
background-color: #8CD145;
}
.BgClassName
{
background-color: #8CD145;
}
</style>
border-color css
<style>
span { border-color: #8CD145; }
span { border-color: rgb(140,209,69); }
td.TdClassName
{
border-color: #8CD145;
}
.TagClassName
{
border-color: #8CD145;
}
</style>