Shades of Atlantis #8FE03D
Tints of Atlantis #8FE03D
RGB
CMYK
RGB Variations
Color information
#8FE03D (or 0x8FE03D) is known color: Atlantis. HEX triplet: 8F, E0 and 3D. RGB value is (143,224,61). Sum of RGB (Red+Green+Blue) = 143+224+61=428 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.41% from 428); Green value is 224 (87.89% from 255 or 52.34% from 428); Blue value is 61 (24.22% from 255 or 14.25% from 428); Max value from RGB is 224 - color contains mainly: green. Hex color #8FE03D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FE03D is #701FC2. Grayscale: #B5B5B5. Windows color (decimal): -7348163 or 4055183. OLE color: 4055183.
HSL color Cylindrical-coordinate representation of color #8FE03D: hue angle of 89.82º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8FE03D is Cyan = 0.36, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 143 | 224 | 61 | - |
| CMYK | 0.36 | 0 | 0.73 | 0.12 |
| HSL | 89.82º | 0.72% | 0.56% | - |
| HSV(B) | 89.82º | 0.73% | 0.88% | - |
| XYZ | 38.83 | 59.49 | 13.85 | - |
| YUV | 181.2 | 60.16 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 224 | 61 | 0.36 | 0 | 0.73 | 0.12 | 89.82 | 0.72 | 0.56 |
| Hex | 8F | E0 | 3D | 24 | 0 | 49 | C | 5A | 48 | 38 |
| Octal | 217 | 340 | 75 | 44 | 0 | 111 | 14 | 132 | 110 | 70 |
| Binary | 10001111 | 11100000 | 111101 | 100100 | 0 | 1001001 | 1100 | 1011010 | 1001000 | 111000 |
Color Harmonies of #8FE03D
Complementary color
Monochromatic Colors of #8FE03D
Black with #8FE03D
Text Example
Text Example
White with #8FE03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE03D; }
p { color: rgb(143,224,61); }
H1.HeaderClassName
{
color: #8FE03D;
}
.AnyTagClassName
{
color: #8FE03D;
}
</style>
background-color css
<style>
a { background-color: #8FE03D; }
a { background-color: rgb(143,224,61); }
div.DivClassName
{
background-color: #8FE03D;
}
.BgClassName
{
background-color: #8FE03D;
}
</style>
border-color css
<style>
span { border-color: #8FE03D; }
span { border-color: rgb(143,224,61); }
td.TdClassName
{
border-color: #8FE03D;
}
.TagClassName
{
border-color: #8FE03D;
}
</style>