Shades of Atlantis #9FE544
Tints of Atlantis #9FE544
RGB
CMYK
RGB Variations
Color information
#9FE544 (or 0x9FE544) is known color: Atlantis. HEX triplet: 9F, E5 and 44. RGB value is (159,229,68). Sum of RGB (Red+Green+Blue) = 159+229+68=456 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.87% from 456); Green value is 229 (89.84% from 255 or 50.22% from 456); Blue value is 68 (26.95% from 255 or 14.91% from 456); Max value from RGB is 229 - color contains mainly: green. Hex color #9FE544 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FE544 is #601ABB. Grayscale: #BEBEBE. Windows color (decimal): -6298300 or 4515231. OLE color: 4515231.
HSL color Cylindrical-coordinate representation of color #9FE544: hue angle of 86.09º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9FE544 is Cyan = 0.31, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 159 | 229 | 68 | - |
| CMYK | 0.31 | 0 | 0.70 | 0.10 |
| HSL | 86.09º | 0.76% | 0.58% | - |
| HSV(B) | 86.09º | 0.7% | 0.9% | - |
| XYZ | 43.36 | 63.83 | 15.5 | - |
| YUV | 189.72 | 59.31 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 229 | 68 | 0.31 | 0 | 0.70 | 0.10 | 86.09 | 0.76 | 0.58 |
| Hex | 9F | E5 | 44 | 1F | 0 | 46 | A | 56 | 4C | 3A |
| Octal | 237 | 345 | 104 | 37 | 0 | 106 | 12 | 126 | 114 | 72 |
| Binary | 10011111 | 11100101 | 1000100 | 11111 | 0 | 1000110 | 1010 | 1010110 | 1001100 | 111010 |
Color Harmonies of #9FE544
Complementary color
Monochromatic Colors of #9FE544
Black with #9FE544
Text Example
Text Example
White with #9FE544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE544; }
p { color: rgb(159,229,68); }
H1.HeaderClassName
{
color: #9FE544;
}
.AnyTagClassName
{
color: #9FE544;
}
</style>
background-color css
<style>
a { background-color: #9FE544; }
a { background-color: rgb(159,229,68); }
div.DivClassName
{
background-color: #9FE544;
}
.BgClassName
{
background-color: #9FE544;
}
</style>
border-color css
<style>
span { border-color: #9FE544; }
span { border-color: rgb(159,229,68); }
td.TdClassName
{
border-color: #9FE544;
}
.TagClassName
{
border-color: #9FE544;
}
</style>