Shades of Atlantis #9FE039
Tints of Atlantis #9FE039
RGB
CMYK
RGB Variations
Color information
#9FE039 (or 0x9FE039) is known color: Atlantis. HEX triplet: 9F, E0 and 39. RGB value is (159,224,57). Sum of RGB (Red+Green+Blue) = 159+224+57=440 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.14% from 440); Green value is 224 (87.89% from 255 or 50.91% from 440); Blue value is 57 (22.66% from 255 or 12.95% from 440); Max value from RGB is 224 - color contains mainly: green. Hex color #9FE039 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FE039 is #601FC6. Grayscale: #BABABA. Windows color (decimal): -6299591 or 3793055. OLE color: 3793055.
HSL color Cylindrical-coordinate representation of color #9FE039: hue angle of 83.35º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9FE039 is Cyan = 0.29, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 159 | 224 | 57 | - |
| CMYK | 0.29 | 0 | 0.75 | 0.12 |
| HSL | 83.35º | 0.73% | 0.55% | - |
| HSV(B) | 83.35º | 0.75% | 0.88% | - |
| XYZ | 41.69 | 60.98 | 13.44 | - |
| YUV | 185.53 | 55.47 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 224 | 57 | 0.29 | 0 | 0.75 | 0.12 | 83.35 | 0.73 | 0.55 |
| Hex | 9F | E0 | 39 | 1D | 0 | 4B | C | 53 | 49 | 37 |
| Octal | 237 | 340 | 71 | 35 | 0 | 113 | 14 | 123 | 111 | 67 |
| Binary | 10011111 | 11100000 | 111001 | 11101 | 0 | 1001011 | 1100 | 1010011 | 1001001 | 110111 |
Color Harmonies of #9FE039
Complementary color
Monochromatic Colors of #9FE039
Black with #9FE039
Text Example
Text Example
White with #9FE039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE039; }
p { color: rgb(159,224,57); }
H1.HeaderClassName
{
color: #9FE039;
}
.AnyTagClassName
{
color: #9FE039;
}
</style>
background-color css
<style>
a { background-color: #9FE039; }
a { background-color: rgb(159,224,57); }
div.DivClassName
{
background-color: #9FE039;
}
.BgClassName
{
background-color: #9FE039;
}
</style>
border-color css
<style>
span { border-color: #9FE039; }
span { border-color: rgb(159,224,57); }
td.TdClassName
{
border-color: #9FE039;
}
.TagClassName
{
border-color: #9FE039;
}
</style>