Shades of Atlantis #9FE341
Tints of Atlantis #9FE341
RGB
CMYK
RGB Variations
Color information
#9FE341 (or 0x9FE341) is known color: Atlantis. HEX triplet: 9F, E3 and 41. RGB value is (159,227,65). Sum of RGB (Red+Green+Blue) = 159+227+65=451 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.25% from 451); Green value is 227 (89.06% from 255 or 50.33% from 451); Blue value is 65 (25.78% from 255 or 14.41% from 451); Max value from RGB is 227 - color contains mainly: green. Hex color #9FE341 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FE341 is #601CBE. Grayscale: #BCBCBC. Windows color (decimal): -6298815 or 4318111. OLE color: 4318111.
HSL color Cylindrical-coordinate representation of color #9FE341: hue angle of 85.19º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9FE341 is Cyan = 0.30, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 227 | 65 | - |
| CMYK | 0.30 | 0 | 0.71 | 0.11 |
| HSL | 85.19º | 0.74% | 0.57% | - |
| HSV(B) | 85.19º | 0.71% | 0.89% | - |
| XYZ | 42.72 | 62.69 | 14.85 | - |
| YUV | 188.2 | 58.47 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 227 | 65 | 0.30 | 0 | 0.71 | 0.11 | 85.19 | 0.74 | 0.57 |
| Hex | 9F | E3 | 41 | 1E | 0 | 47 | B | 55 | 4A | 39 |
| Octal | 237 | 343 | 101 | 36 | 0 | 107 | 13 | 125 | 112 | 71 |
| Binary | 10011111 | 11100011 | 1000001 | 11110 | 0 | 1000111 | 1011 | 1010101 | 1001010 | 111001 |
Color Harmonies of #9FE341
Complementary color
Monochromatic Colors of #9FE341
Black with #9FE341
Text Example
Text Example
White with #9FE341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE341; }
p { color: rgb(159,227,65); }
H1.HeaderClassName
{
color: #9FE341;
}
.AnyTagClassName
{
color: #9FE341;
}
</style>
background-color css
<style>
a { background-color: #9FE341; }
a { background-color: rgb(159,227,65); }
div.DivClassName
{
background-color: #9FE341;
}
.BgClassName
{
background-color: #9FE341;
}
</style>
border-color css
<style>
span { border-color: #9FE341; }
span { border-color: rgb(159,227,65); }
td.TdClassName
{
border-color: #9FE341;
}
.TagClassName
{
border-color: #9FE341;
}
</style>