Shades of Atlantis #9FE941
Tints of Atlantis #9FE941
RGB
CMYK
RGB Variations
Color information
#9FE941 (or 0x9FE941) is known color: Atlantis. HEX triplet: 9F, E9 and 41. RGB value is (159,233,65). Sum of RGB (Red+Green+Blue) = 159+233+65=457 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.79% from 457); Green value is 233 (91.41% from 255 or 50.98% from 457); Blue value is 65 (25.78% from 255 or 14.22% from 457); Max value from RGB is 233 - color contains mainly: green. Hex color #9FE941 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9FE941 is #6016BE. Grayscale: #C0C0C0. Windows color (decimal): -6297279 or 4319647. OLE color: 4319647.
HSL color Cylindrical-coordinate representation of color #9FE941: hue angle of 86.43º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9FE941 is Cyan = 0.32, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 159 | 233 | 65 | - |
| CMYK | 0.32 | 0 | 0.72 | 0.09 |
| HSL | 86.43º | 0.79% | 0.58% | - |
| HSV(B) | 86.43º | 0.72% | 0.91% | - |
| XYZ | 44.39 | 66.03 | 15.41 | - |
| YUV | 191.72 | 56.48 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 233 | 65 | 0.32 | 0 | 0.72 | 0.09 | 86.43 | 0.79 | 0.58 |
| Hex | 9F | E9 | 41 | 20 | 0 | 48 | 9 | 56 | 4F | 3A |
| Octal | 237 | 351 | 101 | 40 | 0 | 110 | 11 | 126 | 117 | 72 |
| Binary | 10011111 | 11101001 | 1000001 | 100000 | 0 | 1001000 | 1001 | 1010110 | 1001111 | 111010 |
Color Harmonies of #9FE941
Complementary color
Monochromatic Colors of #9FE941
Black with #9FE941
Text Example
Text Example
White with #9FE941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE941; }
p { color: rgb(159,233,65); }
H1.HeaderClassName
{
color: #9FE941;
}
.AnyTagClassName
{
color: #9FE941;
}
</style>
background-color css
<style>
a { background-color: #9FE941; }
a { background-color: rgb(159,233,65); }
div.DivClassName
{
background-color: #9FE941;
}
.BgClassName
{
background-color: #9FE941;
}
</style>
border-color css
<style>
span { border-color: #9FE941; }
span { border-color: rgb(159,233,65); }
td.TdClassName
{
border-color: #9FE941;
}
.TagClassName
{
border-color: #9FE941;
}
</style>