Shades of Atlantis #8FE04A
Tints of Atlantis #8FE04A
RGB
CMYK
RGB Variations
Color information
#8FE04A (or 0x8FE04A) is known color: Atlantis. HEX triplet: 8F, E0 and 4A. RGB value is (143,224,74). Sum of RGB (Red+Green+Blue) = 143+224+74=441 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.43% from 441); Green value is 224 (87.89% from 255 or 50.79% from 441); Blue value is 74 (29.30% from 255 or 16.78% from 441); Max value from RGB is 224 - color contains mainly: green. Hex color #8FE04A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FE04A is #701FB5. Grayscale: #B7B7B7. Windows color (decimal): -7348150 or 4907151. OLE color: 4907151.
HSL color Cylindrical-coordinate representation of color #8FE04A: hue angle of 92.4º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8FE04A is Cyan = 0.36, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 143 | 224 | 74 | - |
| CMYK | 0.36 | 0 | 0.67 | 0.12 |
| HSL | 92.4º | 0.71% | 0.58% | - |
| HSV(B) | 92.4º | 0.67% | 0.88% | - |
| XYZ | 39.22 | 59.65 | 15.92 | - |
| YUV | 182.68 | 66.66 | 99.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 224 | 74 | 0.36 | 0 | 0.67 | 0.12 | 92.4 | 0.71 | 0.58 |
| Hex | 8F | E0 | 4A | 24 | 0 | 43 | C | 5C | 47 | 3A |
| Octal | 217 | 340 | 112 | 44 | 0 | 103 | 14 | 134 | 107 | 72 |
| Binary | 10001111 | 11100000 | 1001010 | 100100 | 0 | 1000011 | 1100 | 1011100 | 1000111 | 111010 |
Color Harmonies of #8FE04A
Complementary color
Monochromatic Colors of #8FE04A
Black with #8FE04A
Text Example
Text Example
White with #8FE04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE04A; }
p { color: rgb(143,224,74); }
H1.HeaderClassName
{
color: #8FE04A;
}
.AnyTagClassName
{
color: #8FE04A;
}
</style>
background-color css
<style>
a { background-color: #8FE04A; }
a { background-color: rgb(143,224,74); }
div.DivClassName
{
background-color: #8FE04A;
}
.BgClassName
{
background-color: #8FE04A;
}
</style>
border-color css
<style>
span { border-color: #8FE04A; }
span { border-color: rgb(143,224,74); }
td.TdClassName
{
border-color: #8FE04A;
}
.TagClassName
{
border-color: #8FE04A;
}
</style>