Shades of Atlantis #8FD74A
Tints of Atlantis #8FD74A
RGB
CMYK
RGB Variations
Color information
#8FD74A (or 0x8FD74A) is known color: Atlantis. HEX triplet: 8F, D7 and 4A. RGB value is (143,215,74). Sum of RGB (Red+Green+Blue) = 143+215+74=432 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.10% from 432); Green value is 215 (84.38% from 255 or 49.77% from 432); Blue value is 74 (29.30% from 255 or 17.13% from 432); Max value from RGB is 215 - color contains mainly: green. Hex color #8FD74A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FD74A is #7028B5. Grayscale: #B1B1B1. Windows color (decimal): -7350454 or 4904847. OLE color: 4904847.
HSL color Cylindrical-coordinate representation of color #8FD74A: hue angle of 90.64º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8FD74A is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 143 | 215 | 74 | - |
| CMYK | 0.33 | 0 | 0.66 | 0.16 |
| HSL | 90.64º | 0.64% | 0.57% | - |
| HSV(B) | 90.64º | 0.66% | 0.84% | - |
| XYZ | 36.86 | 54.93 | 15.14 | - |
| YUV | 177.4 | 69.65 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 215 | 74 | 0.33 | 0 | 0.66 | 0.16 | 90.64 | 0.64 | 0.57 |
| Hex | 8F | D7 | 4A | 21 | 0 | 42 | 10 | 5B | 40 | 39 |
| Octal | 217 | 327 | 112 | 41 | 0 | 102 | 20 | 133 | 100 | 71 |
| Binary | 10001111 | 11010111 | 1001010 | 100001 | 0 | 1000010 | 10000 | 1011011 | 1000000 | 111001 |
Color Harmonies of #8FD74A
Complementary color
Monochromatic Colors of #8FD74A
Black with #8FD74A
Text Example
Text Example
White with #8FD74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD74A; }
p { color: rgb(143,215,74); }
H1.HeaderClassName
{
color: #8FD74A;
}
.AnyTagClassName
{
color: #8FD74A;
}
</style>
background-color css
<style>
a { background-color: #8FD74A; }
a { background-color: rgb(143,215,74); }
div.DivClassName
{
background-color: #8FD74A;
}
.BgClassName
{
background-color: #8FD74A;
}
</style>
border-color css
<style>
span { border-color: #8FD74A; }
span { border-color: rgb(143,215,74); }
td.TdClassName
{
border-color: #8FD74A;
}
.TagClassName
{
border-color: #8FD74A;
}
</style>