Shades of Atlantis #9FE431
Tints of Atlantis #9FE431
RGB
CMYK
RGB Variations
Color information
#9FE431 (or 0x9FE431) is known color: Atlantis. HEX triplet: 9F, E4 and 31. RGB value is (159,228,49). Sum of RGB (Red+Green+Blue) = 159+228+49=436 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.47% from 436); Green value is 228 (89.45% from 255 or 52.29% from 436); Blue value is 49 (19.53% from 255 or 11.24% from 436); Max value from RGB is 228 - color contains mainly: green. Hex color #9FE431 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FE431 is #601BCE. Grayscale: #BBBBBB. Windows color (decimal): -6298575 or 3269791. OLE color: 3269791.
HSL color Cylindrical-coordinate representation of color #9FE431: hue angle of 83.13º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9FE431 is Cyan = 0.30, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 228 | 49 | - |
| CMYK | 0.30 | 0 | 0.79 | 0.11 |
| HSL | 83.13º | 0.77% | 0.54% | - |
| HSV(B) | 83.13º | 0.79% | 0.89% | - |
| XYZ | 42.6 | 63.08 | 12.84 | - |
| YUV | 186.96 | 50.14 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 228 | 49 | 0.30 | 0 | 0.79 | 0.11 | 83.13 | 0.77 | 0.54 |
| Hex | 9F | E4 | 31 | 1E | 0 | 4F | B | 53 | 4D | 36 |
| Octal | 237 | 344 | 61 | 36 | 0 | 117 | 13 | 123 | 115 | 66 |
| Binary | 10011111 | 11100100 | 110001 | 11110 | 0 | 1001111 | 1011 | 1010011 | 1001101 | 110110 |
Color Harmonies of #9FE431
Complementary color
Monochromatic Colors of #9FE431
Black with #9FE431
Text Example
Text Example
White with #9FE431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE431; }
p { color: rgb(159,228,49); }
H1.HeaderClassName
{
color: #9FE431;
}
.AnyTagClassName
{
color: #9FE431;
}
</style>
background-color css
<style>
a { background-color: #9FE431; }
a { background-color: rgb(159,228,49); }
div.DivClassName
{
background-color: #9FE431;
}
.BgClassName
{
background-color: #9FE431;
}
</style>
border-color css
<style>
span { border-color: #9FE431; }
span { border-color: rgb(159,228,49); }
td.TdClassName
{
border-color: #9FE431;
}
.TagClassName
{
border-color: #9FE431;
}
</style>