Shades of Atlantis #8FE83C
Tints of Atlantis #8FE83C
RGB
CMYK
RGB Variations
Color information
#8FE83C (or 0x8FE83C) is known color: Atlantis. HEX triplet: 8F, E8 and 3C. RGB value is (143,232,60). Sum of RGB (Red+Green+Blue) = 143+232+60=435 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.87% from 435); Green value is 232 (91.02% from 255 or 53.33% from 435); Blue value is 60 (23.83% from 255 or 13.79% from 435); Max value from RGB is 232 - color contains mainly: green. Hex color #8FE83C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8FE83C is #7017C3. Grayscale: #BABABA. Windows color (decimal): -7346116 or 3991695. OLE color: 3991695.
HSL color Cylindrical-coordinate representation of color #8FE83C: hue angle of 91.05º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8FE83C is Cyan = 0.38, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 143 | 232 | 60 | - |
| CMYK | 0.38 | 0 | 0.74 | 0.09 |
| HSL | 91.05º | 0.79% | 0.57% | - |
| HSV(B) | 91.05º | 0.74% | 0.91% | - |
| XYZ | 41 | 63.88 | 14.44 | - |
| YUV | 185.78 | 57.01 | 97.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 232 | 60 | 0.38 | 0 | 0.74 | 0.09 | 91.05 | 0.79 | 0.57 |
| Hex | 8F | E8 | 3C | 26 | 0 | 4A | 9 | 5B | 4F | 39 |
| Octal | 217 | 350 | 74 | 46 | 0 | 112 | 11 | 133 | 117 | 71 |
| Binary | 10001111 | 11101000 | 111100 | 100110 | 0 | 1001010 | 1001 | 1011011 | 1001111 | 111001 |
Color Harmonies of #8FE83C
Complementary color
Monochromatic Colors of #8FE83C
Black with #8FE83C
Text Example
Text Example
White with #8FE83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE83C; }
p { color: rgb(143,232,60); }
H1.HeaderClassName
{
color: #8FE83C;
}
.AnyTagClassName
{
color: #8FE83C;
}
</style>
background-color css
<style>
a { background-color: #8FE83C; }
a { background-color: rgb(143,232,60); }
div.DivClassName
{
background-color: #8FE83C;
}
.BgClassName
{
background-color: #8FE83C;
}
</style>
border-color css
<style>
span { border-color: #8FE83C; }
span { border-color: rgb(143,232,60); }
td.TdClassName
{
border-color: #8FE83C;
}
.TagClassName
{
border-color: #8FE83C;
}
</style>