Shades of Atlantis #9FE445
Tints of Atlantis #9FE445
RGB
CMYK
RGB Variations
Color information
#9FE445 (or 0x9FE445) is known color: Atlantis. HEX triplet: 9F, E4 and 45. RGB value is (159,228,69). Sum of RGB (Red+Green+Blue) = 159+228+69=456 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.87% from 456); Green value is 228 (89.45% from 255 or 50% from 456); Blue value is 69 (27.34% from 255 or 15.13% from 456); Max value from RGB is 228 - color contains mainly: green. Hex color #9FE445 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FE445 is #601BBA. Grayscale: #BDBDBD. Windows color (decimal): -6298555 or 4580511. OLE color: 4580511.
HSL color Cylindrical-coordinate representation of color #9FE445: hue angle of 86.04º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9FE445 is Cyan = 0.30, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 228 | 69 | - |
| CMYK | 0.30 | 0 | 0.70 | 0.11 |
| HSL | 86.04º | 0.75% | 0.58% | - |
| HSV(B) | 86.04º | 0.7% | 0.89% | - |
| XYZ | 43.12 | 63.29 | 15.57 | - |
| YUV | 189.24 | 60.14 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 228 | 69 | 0.30 | 0 | 0.70 | 0.11 | 86.04 | 0.75 | 0.58 |
| Hex | 9F | E4 | 45 | 1E | 0 | 46 | B | 56 | 4B | 3A |
| Octal | 237 | 344 | 105 | 36 | 0 | 106 | 13 | 126 | 113 | 72 |
| Binary | 10011111 | 11100100 | 1000101 | 11110 | 0 | 1000110 | 1011 | 1010110 | 1001011 | 111010 |
Color Harmonies of #9FE445
Complementary color
Monochromatic Colors of #9FE445
Black with #9FE445
Text Example
Text Example
White with #9FE445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE445; }
p { color: rgb(159,228,69); }
H1.HeaderClassName
{
color: #9FE445;
}
.AnyTagClassName
{
color: #9FE445;
}
</style>
background-color css
<style>
a { background-color: #9FE445; }
a { background-color: rgb(159,228,69); }
div.DivClassName
{
background-color: #9FE445;
}
.BgClassName
{
background-color: #9FE445;
}
</style>
border-color css
<style>
span { border-color: #9FE445; }
span { border-color: rgb(159,228,69); }
td.TdClassName
{
border-color: #9FE445;
}
.TagClassName
{
border-color: #9FE445;
}
</style>