Shades of Atlantis #9FE231
Tints of Atlantis #9FE231
RGB
CMYK
RGB Variations
Color information
#9FE231 (or 0x9FE231) is known color: Atlantis. HEX triplet: 9F, E2 and 31. RGB value is (159,226,49). Sum of RGB (Red+Green+Blue) = 159+226+49=434 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.64% from 434); Green value is 226 (88.67% from 255 or 52.07% from 434); Blue value is 49 (19.53% from 255 or 11.29% from 434); Max value from RGB is 226 - color contains mainly: green. Hex color #9FE231 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FE231 is #601DCE. Grayscale: #BABABA. Windows color (decimal): -6299087 or 3269279. OLE color: 3269279.
HSL color Cylindrical-coordinate representation of color #9FE231: hue angle of 82.71º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9FE231 is Cyan = 0.30, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 226 | 49 | - |
| CMYK | 0.30 | 0 | 0.78 | 0.11 |
| HSL | 82.71º | 0.75% | 0.54% | - |
| HSV(B) | 82.71º | 0.78% | 0.89% | - |
| XYZ | 42.05 | 61.99 | 12.65 | - |
| YUV | 185.79 | 50.8 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 226 | 49 | 0.30 | 0 | 0.78 | 0.11 | 82.71 | 0.75 | 0.54 |
| Hex | 9F | E2 | 31 | 1E | 0 | 4E | B | 53 | 4B | 36 |
| Octal | 237 | 342 | 61 | 36 | 0 | 116 | 13 | 123 | 113 | 66 |
| Binary | 10011111 | 11100010 | 110001 | 11110 | 0 | 1001110 | 1011 | 1010011 | 1001011 | 110110 |
Color Harmonies of #9FE231
Complementary color
Monochromatic Colors of #9FE231
Black with #9FE231
Text Example
Text Example
White with #9FE231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE231; }
p { color: rgb(159,226,49); }
H1.HeaderClassName
{
color: #9FE231;
}
.AnyTagClassName
{
color: #9FE231;
}
</style>
background-color css
<style>
a { background-color: #9FE231; }
a { background-color: rgb(159,226,49); }
div.DivClassName
{
background-color: #9FE231;
}
.BgClassName
{
background-color: #9FE231;
}
</style>
border-color css
<style>
span { border-color: #9FE231; }
span { border-color: rgb(159,226,49); }
td.TdClassName
{
border-color: #9FE231;
}
.TagClassName
{
border-color: #9FE231;
}
</style>