Shades of Atlantis #8DF14A
Tints of Atlantis #8DF14A
RGB
CMYK
RGB Variations
Color information
#8DF14A (or 0x8DF14A) is known color: Atlantis. HEX triplet: 8D, F1 and 4A. RGB value is (141,241,74). Sum of RGB (Red+Green+Blue) = 141+241+74=456 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.92% from 456); Green value is 241 (94.53% from 255 or 52.85% from 456); Blue value is 74 (29.30% from 255 or 16.23% from 456); Max value from RGB is 241 - color contains mainly: green. Hex color #8DF14A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DF14A is #720EB5. Grayscale: #C0C0C0. Windows color (decimal): -7474870 or 4911501. OLE color: 4911501.
HSL color Cylindrical-coordinate representation of color #8DF14A: hue angle of 95.93º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8DF14A is Cyan = 0.41, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 241 | 74 | - |
| CMYK | 0.41 | 0 | 0.69 | 0.05 |
| HSL | 95.93º | 0.86% | 0.62% | - |
| HSV(B) | 95.93º | 0.69% | 0.95% | - |
| XYZ | 43.68 | 69.07 | 17.51 | - |
| YUV | 192.06 | 61.37 | 91.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 241 | 74 | 0.41 | 0 | 0.69 | 0.05 | 95.93 | 0.86 | 0.62 |
| Hex | 8D | F1 | 4A | 29 | 0 | 45 | 5 | 60 | 56 | 3E |
| Octal | 215 | 361 | 112 | 51 | 0 | 105 | 5 | 140 | 126 | 76 |
| Binary | 10001101 | 11110001 | 1001010 | 101001 | 0 | 1000101 | 101 | 1100000 | 1010110 | 111110 |
Color Harmonies of #8DF14A
Complementary color
Monochromatic Colors of #8DF14A
Black with #8DF14A
Text Example
Text Example
White with #8DF14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF14A; }
p { color: rgb(141,241,74); }
H1.HeaderClassName
{
color: #8DF14A;
}
.AnyTagClassName
{
color: #8DF14A;
}
</style>
background-color css
<style>
a { background-color: #8DF14A; }
a { background-color: rgb(141,241,74); }
div.DivClassName
{
background-color: #8DF14A;
}
.BgClassName
{
background-color: #8DF14A;
}
</style>
border-color css
<style>
span { border-color: #8DF14A; }
span { border-color: rgb(141,241,74); }
td.TdClassName
{
border-color: #8DF14A;
}
.TagClassName
{
border-color: #8DF14A;
}
</style>