Shades of Atlantis #9FEB40
Tints of Atlantis #9FEB40
RGB
CMYK
RGB Variations
Color information
#9FEB40 (or 0x9FEB40) is known color: Atlantis. HEX triplet: 9F, EB and 40. RGB value is (159,235,64). Sum of RGB (Red+Green+Blue) = 159+235+64=458 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.72% from 458); Green value is 235 (92.19% from 255 or 51.31% from 458); Blue value is 64 (25.39% from 255 or 13.97% from 458); Max value from RGB is 235 - color contains mainly: green. Hex color #9FEB40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9FEB40 is #6014BF. Grayscale: #C1C1C1. Windows color (decimal): -6296768 or 4254623. OLE color: 4254623.
HSL color Cylindrical-coordinate representation of color #9FEB40: hue angle of 86.67º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9FEB40 is Cyan = 0.32, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 235 | 64 | - |
| CMYK | 0.32 | 0 | 0.73 | 0.08 |
| HSL | 86.67º | 0.81% | 0.59% | - |
| HSV(B) | 86.67º | 0.73% | 0.92% | - |
| XYZ | 44.93 | 67.16 | 15.45 | - |
| YUV | 192.78 | 55.32 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 235 | 64 | 0.32 | 0 | 0.73 | 0.08 | 86.67 | 0.81 | 0.59 |
| Hex | 9F | EB | 40 | 20 | 0 | 49 | 8 | 57 | 51 | 3B |
| Octal | 237 | 353 | 100 | 40 | 0 | 111 | 10 | 127 | 121 | 73 |
| Binary | 10011111 | 11101011 | 1000000 | 100000 | 0 | 1001001 | 1000 | 1010111 | 1010001 | 111011 |
Color Harmonies of #9FEB40
Complementary color
Monochromatic Colors of #9FEB40
Black with #9FEB40
Text Example
Text Example
White with #9FEB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEB40; }
p { color: rgb(159,235,64); }
H1.HeaderClassName
{
color: #9FEB40;
}
.AnyTagClassName
{
color: #9FEB40;
}
</style>
background-color css
<style>
a { background-color: #9FEB40; }
a { background-color: rgb(159,235,64); }
div.DivClassName
{
background-color: #9FEB40;
}
.BgClassName
{
background-color: #9FEB40;
}
</style>
border-color css
<style>
span { border-color: #9FEB40; }
span { border-color: rgb(159,235,64); }
td.TdClassName
{
border-color: #9FEB40;
}
.TagClassName
{
border-color: #9FEB40;
}
</style>