Shades of Atlantis #9FE046
Tints of Atlantis #9FE046
RGB
CMYK
RGB Variations
Color information
#9FE046 (or 0x9FE046) is known color: Atlantis. HEX triplet: 9F, E0 and 46. RGB value is (159,224,70). Sum of RGB (Red+Green+Blue) = 159+224+70=453 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.10% from 453); Green value is 224 (87.89% from 255 or 49.45% from 453); Blue value is 70 (27.73% from 255 or 15.45% from 453); Max value from RGB is 224 - color contains mainly: green. Hex color #9FE046 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FE046 is #601FB9. Grayscale: #BBBBBB. Windows color (decimal): -6299578 or 4645023. OLE color: 4645023.
HSL color Cylindrical-coordinate representation of color #9FE046: hue angle of 85.32º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9FE046 is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 159 | 224 | 70 | - |
| CMYK | 0.29 | 0 | 0.69 | 0.12 |
| HSL | 85.32º | 0.71% | 0.58% | - |
| HSV(B) | 85.32º | 0.69% | 0.88% | - |
| XYZ | 42.06 | 61.12 | 15.38 | - |
| YUV | 187.01 | 61.97 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 224 | 70 | 0.29 | 0 | 0.69 | 0.12 | 85.32 | 0.71 | 0.58 |
| Hex | 9F | E0 | 46 | 1D | 0 | 45 | C | 55 | 47 | 3A |
| Octal | 237 | 340 | 106 | 35 | 0 | 105 | 14 | 125 | 107 | 72 |
| Binary | 10011111 | 11100000 | 1000110 | 11101 | 0 | 1000101 | 1100 | 1010101 | 1000111 | 111010 |
Color Harmonies of #9FE046
Complementary color
Monochromatic Colors of #9FE046
Black with #9FE046
Text Example
Text Example
White with #9FE046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE046; }
p { color: rgb(159,224,70); }
H1.HeaderClassName
{
color: #9FE046;
}
.AnyTagClassName
{
color: #9FE046;
}
</style>
background-color css
<style>
a { background-color: #9FE046; }
a { background-color: rgb(159,224,70); }
div.DivClassName
{
background-color: #9FE046;
}
.BgClassName
{
background-color: #9FE046;
}
</style>
border-color css
<style>
span { border-color: #9FE046; }
span { border-color: rgb(159,224,70); }
td.TdClassName
{
border-color: #9FE046;
}
.TagClassName
{
border-color: #9FE046;
}
</style>