Shades of Atlantis #8FF04C
Tints of Atlantis #8FF04C
RGB
CMYK
RGB Variations
Color information
#8FF04C (or 0x8FF04C) is known color: Atlantis. HEX triplet: 8F, F0 and 4C. RGB value is (143,240,76). Sum of RGB (Red+Green+Blue) = 143+240+76=459 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.15% from 459); Green value is 240 (94.14% from 255 or 52.29% from 459); Blue value is 76 (30.08% from 255 or 16.56% from 459); Max value from RGB is 240 - color contains mainly: green. Hex color #8FF04C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8FF04C is #700FB3. Grayscale: #C0C0C0. Windows color (decimal): -7344052 or 5042319. OLE color: 5042319.
HSL color Cylindrical-coordinate representation of color #8FF04C: hue angle of 95.49º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8FF04C is Cyan = 0.40, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 240 | 76 | - |
| CMYK | 0.40 | 0 | 0.68 | 0.06 |
| HSL | 95.49º | 0.85% | 0.62% | - |
| HSV(B) | 95.49º | 0.68% | 0.94% | - |
| XYZ | 43.79 | 68.68 | 17.79 | - |
| YUV | 192.3 | 62.36 | 92.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 240 | 76 | 0.40 | 0 | 0.68 | 0.06 | 95.49 | 0.85 | 0.62 |
| Hex | 8F | F0 | 4C | 28 | 0 | 44 | 6 | 5F | 55 | 3E |
| Octal | 217 | 360 | 114 | 50 | 0 | 104 | 6 | 137 | 125 | 76 |
| Binary | 10001111 | 11110000 | 1001100 | 101000 | 0 | 1000100 | 110 | 1011111 | 1010101 | 111110 |
Color Harmonies of #8FF04C
Complementary color
Monochromatic Colors of #8FF04C
Black with #8FF04C
Text Example
Text Example
White with #8FF04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF04C; }
p { color: rgb(143,240,76); }
H1.HeaderClassName
{
color: #8FF04C;
}
.AnyTagClassName
{
color: #8FF04C;
}
</style>
background-color css
<style>
a { background-color: #8FF04C; }
a { background-color: rgb(143,240,76); }
div.DivClassName
{
background-color: #8FF04C;
}
.BgClassName
{
background-color: #8FF04C;
}
</style>
border-color css
<style>
span { border-color: #8FF04C; }
span { border-color: rgb(143,240,76); }
td.TdClassName
{
border-color: #8FF04C;
}
.TagClassName
{
border-color: #8FF04C;
}
</style>