Shades of Atlantis #8FCA3A
Tints of Atlantis #8FCA3A
RGB
CMYK
RGB Variations
Color information
#8FCA3A (or 0x8FCA3A) is known color: Atlantis. HEX triplet: 8F, CA and 3A. RGB value is (143,202,58). Sum of RGB (Red+Green+Blue) = 143+202+58=403 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.48% from 403); Green value is 202 (79.30% from 255 or 50.12% from 403); Blue value is 58 (23.05% from 255 or 14.39% from 403); Max value from RGB is 202 - color contains mainly: green. Hex color #8FCA3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FCA3A is #7035C5. Grayscale: #A8A8A8. Windows color (decimal): -7353798 or 3852943. OLE color: 3852943.
HSL color Cylindrical-coordinate representation of color #8FCA3A: hue angle of 84.58º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8FCA3A is Cyan = 0.29, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 143 | 202 | 58 | - |
| CMYK | 0.29 | 0 | 0.71 | 0.21 |
| HSL | 84.58º | 0.58% | 0.51% | - |
| HSV(B) | 84.58º | 0.71% | 0.79% | - |
| XYZ | 33.21 | 48.39 | 11.59 | - |
| YUV | 167.94 | 65.95 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 202 | 58 | 0.29 | 0 | 0.71 | 0.21 | 84.58 | 0.58 | 0.51 |
| Hex | 8F | CA | 3A | 1D | 0 | 47 | 15 | 55 | 3A | 33 |
| Octal | 217 | 312 | 72 | 35 | 0 | 107 | 25 | 125 | 72 | 63 |
| Binary | 10001111 | 11001010 | 111010 | 11101 | 0 | 1000111 | 10101 | 1010101 | 111010 | 110011 |
Color Harmonies of #8FCA3A
Complementary color
Monochromatic Colors of #8FCA3A
Black with #8FCA3A
Text Example
Text Example
White with #8FCA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCA3A; }
p { color: rgb(143,202,58); }
H1.HeaderClassName
{
color: #8FCA3A;
}
.AnyTagClassName
{
color: #8FCA3A;
}
</style>
background-color css
<style>
a { background-color: #8FCA3A; }
a { background-color: rgb(143,202,58); }
div.DivClassName
{
background-color: #8FCA3A;
}
.BgClassName
{
background-color: #8FCA3A;
}
</style>
border-color css
<style>
span { border-color: #8FCA3A; }
span { border-color: rgb(143,202,58); }
td.TdClassName
{
border-color: #8FCA3A;
}
.TagClassName
{
border-color: #8FCA3A;
}
</style>