Shades of Atlantis #8FCA4D
Tints of Atlantis #8FCA4D
RGB
CMYK
RGB Variations
Color information
#8FCA4D (or 0x8FCA4D) is known color: Atlantis. HEX triplet: 8F, CA and 4D. RGB value is (143,202,77). Sum of RGB (Red+Green+Blue) = 143+202+77=422 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.89% from 422); Green value is 202 (79.30% from 255 or 47.87% from 422); Blue value is 77 (30.47% from 255 or 18.25% from 422); Max value from RGB is 202 - color contains mainly: green. Hex color #8FCA4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FCA4D is #7035B2. Grayscale: #AAAAAA. Windows color (decimal): -7353779 or 5098127. OLE color: 5098127.
HSL color Cylindrical-coordinate representation of color #8FCA4D: hue angle of 88.32º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8FCA4D is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 143 | 202 | 77 | - |
| CMYK | 0.29 | 0 | 0.62 | 0.21 |
| HSL | 88.32º | 0.54% | 0.55% | - |
| HSV(B) | 88.32º | 0.62% | 0.79% | - |
| XYZ | 33.79 | 48.62 | 14.62 | - |
| YUV | 170.11 | 75.45 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 202 | 77 | 0.29 | 0 | 0.62 | 0.21 | 88.32 | 0.54 | 0.55 |
| Hex | 8F | CA | 4D | 1D | 0 | 3E | 15 | 58 | 36 | 37 |
| Octal | 217 | 312 | 115 | 35 | 0 | 76 | 25 | 130 | 66 | 67 |
| Binary | 10001111 | 11001010 | 1001101 | 11101 | 0 | 111110 | 10101 | 1011000 | 110110 | 110111 |
Color Harmonies of #8FCA4D
Complementary color
Monochromatic Colors of #8FCA4D
Black with #8FCA4D
Text Example
Text Example
White with #8FCA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCA4D; }
p { color: rgb(143,202,77); }
H1.HeaderClassName
{
color: #8FCA4D;
}
.AnyTagClassName
{
color: #8FCA4D;
}
</style>
background-color css
<style>
a { background-color: #8FCA4D; }
a { background-color: rgb(143,202,77); }
div.DivClassName
{
background-color: #8FCA4D;
}
.BgClassName
{
background-color: #8FCA4D;
}
</style>
border-color css
<style>
span { border-color: #8FCA4D; }
span { border-color: rgb(143,202,77); }
td.TdClassName
{
border-color: #8FCA4D;
}
.TagClassName
{
border-color: #8FCA4D;
}
</style>