Shades of Atlantis #8FDA4C
Tints of Atlantis #8FDA4C
RGB
CMYK
RGB Variations
Color information
#8FDA4C (or 0x8FDA4C) is known color: Atlantis. HEX triplet: 8F, DA and 4C. RGB value is (143,218,76). Sum of RGB (Red+Green+Blue) = 143+218+76=437 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.72% from 437); Green value is 218 (85.55% from 255 or 49.89% from 437); Blue value is 76 (30.08% from 255 or 17.39% from 437); Max value from RGB is 218 - color contains mainly: green. Hex color #8FDA4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FDA4C is #7025B3. Grayscale: #B3B3B3. Windows color (decimal): -7349684 or 5036687. OLE color: 5036687.
HSL color Cylindrical-coordinate representation of color #8FDA4C: hue angle of 91.69º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8FDA4C is Cyan = 0.34, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 218 | 76 | - |
| CMYK | 0.34 | 0 | 0.65 | 0.15 |
| HSL | 91.69º | 0.66% | 0.58% | - |
| HSV(B) | 91.69º | 0.65% | 0.85% | - |
| XYZ | 37.7 | 56.5 | 15.76 | - |
| YUV | 179.39 | 69.65 | 102.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 218 | 76 | 0.34 | 0 | 0.65 | 0.15 | 91.69 | 0.66 | 0.58 |
| Hex | 8F | DA | 4C | 22 | 0 | 41 | F | 5C | 42 | 3A |
| Octal | 217 | 332 | 114 | 42 | 0 | 101 | 17 | 134 | 102 | 72 |
| Binary | 10001111 | 11011010 | 1001100 | 100010 | 0 | 1000001 | 1111 | 1011100 | 1000010 | 111010 |
Color Harmonies of #8FDA4C
Complementary color
Monochromatic Colors of #8FDA4C
Black with #8FDA4C
Text Example
Text Example
White with #8FDA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDA4C; }
p { color: rgb(143,218,76); }
H1.HeaderClassName
{
color: #8FDA4C;
}
.AnyTagClassName
{
color: #8FDA4C;
}
</style>
background-color css
<style>
a { background-color: #8FDA4C; }
a { background-color: rgb(143,218,76); }
div.DivClassName
{
background-color: #8FDA4C;
}
.BgClassName
{
background-color: #8FDA4C;
}
</style>
border-color css
<style>
span { border-color: #8FDA4C; }
span { border-color: rgb(143,218,76); }
td.TdClassName
{
border-color: #8FDA4C;
}
.TagClassName
{
border-color: #8FDA4C;
}
</style>