Shades of Atlantis #8FCD45
Tints of Atlantis #8FCD45
RGB
CMYK
RGB Variations
Color information
#8FCD45 (or 0x8FCD45) is known color: Atlantis. HEX triplet: 8F, CD and 45. RGB value is (143,205,69). Sum of RGB (Red+Green+Blue) = 143+205+69=417 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.29% from 417); Green value is 205 (80.47% from 255 or 49.16% from 417); Blue value is 69 (27.34% from 255 or 16.55% from 417); Max value from RGB is 205 - color contains mainly: green. Hex color #8FCD45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FCD45 is #7032BA. Grayscale: #ABABAB. Windows color (decimal): -7353019 or 4574607. OLE color: 4574607.
HSL color Cylindrical-coordinate representation of color #8FCD45: hue angle of 87.35º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8FCD45 is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 205 | 69 | - |
| CMYK | 0.30 | 0 | 0.66 | 0.20 |
| HSL | 87.35º | 0.58% | 0.54% | - |
| HSV(B) | 87.35º | 0.66% | 0.8% | - |
| XYZ | 34.23 | 49.93 | 13.46 | - |
| YUV | 170.96 | 70.46 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 205 | 69 | 0.30 | 0 | 0.66 | 0.20 | 87.35 | 0.58 | 0.54 |
| Hex | 8F | CD | 45 | 1E | 0 | 42 | 14 | 57 | 3A | 36 |
| Octal | 217 | 315 | 105 | 36 | 0 | 102 | 24 | 127 | 72 | 66 |
| Binary | 10001111 | 11001101 | 1000101 | 11110 | 0 | 1000010 | 10100 | 1010111 | 111010 | 110110 |
Color Harmonies of #8FCD45
Complementary color
Monochromatic Colors of #8FCD45
Black with #8FCD45
Text Example
Text Example
White with #8FCD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCD45; }
p { color: rgb(143,205,69); }
H1.HeaderClassName
{
color: #8FCD45;
}
.AnyTagClassName
{
color: #8FCD45;
}
</style>
background-color css
<style>
a { background-color: #8FCD45; }
a { background-color: rgb(143,205,69); }
div.DivClassName
{
background-color: #8FCD45;
}
.BgClassName
{
background-color: #8FCD45;
}
</style>
border-color css
<style>
span { border-color: #8FCD45; }
span { border-color: rgb(143,205,69); }
td.TdClassName
{
border-color: #8FCD45;
}
.TagClassName
{
border-color: #8FCD45;
}
</style>