Shades of Atlantis #9FE035
Tints of Atlantis #9FE035
RGB
CMYK
RGB Variations
Color information
#9FE035 (or 0x9FE035) is known color: Atlantis. HEX triplet: 9F, E0 and 35. RGB value is (159,224,53). Sum of RGB (Red+Green+Blue) = 159+224+53=436 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.47% from 436); Green value is 224 (87.89% from 255 or 51.38% from 436); Blue value is 53 (21.09% from 255 or 12.16% from 436); Max value from RGB is 224 - color contains mainly: green. Hex color #9FE035 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FE035 is #601FCA. Grayscale: #B9B9B9. Windows color (decimal): -6299595 or 3530911. OLE color: 3530911.
HSL color Cylindrical-coordinate representation of color #9FE035: hue angle of 82.81º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9FE035 is Cyan = 0.29, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 159 | 224 | 53 | - |
| CMYK | 0.29 | 0 | 0.76 | 0.12 |
| HSL | 82.81º | 0.73% | 0.54% | - |
| HSV(B) | 82.81º | 0.76% | 0.88% | - |
| XYZ | 41.6 | 60.94 | 12.94 | - |
| YUV | 185.07 | 53.47 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 224 | 53 | 0.29 | 0 | 0.76 | 0.12 | 82.81 | 0.73 | 0.54 |
| Hex | 9F | E0 | 35 | 1D | 0 | 4C | C | 53 | 49 | 36 |
| Octal | 237 | 340 | 65 | 35 | 0 | 114 | 14 | 123 | 111 | 66 |
| Binary | 10011111 | 11100000 | 110101 | 11101 | 0 | 1001100 | 1100 | 1010011 | 1001001 | 110110 |
Color Harmonies of #9FE035
Complementary color
Monochromatic Colors of #9FE035
Black with #9FE035
Text Example
Text Example
White with #9FE035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE035; }
p { color: rgb(159,224,53); }
H1.HeaderClassName
{
color: #9FE035;
}
.AnyTagClassName
{
color: #9FE035;
}
</style>
background-color css
<style>
a { background-color: #9FE035; }
a { background-color: rgb(159,224,53); }
div.DivClassName
{
background-color: #9FE035;
}
.BgClassName
{
background-color: #9FE035;
}
</style>
border-color css
<style>
span { border-color: #9FE035; }
span { border-color: rgb(159,224,53); }
td.TdClassName
{
border-color: #9FE035;
}
.TagClassName
{
border-color: #9FE035;
}
</style>