Shades of Atlantis #91F049
Tints of Atlantis #91F049
RGB
CMYK
RGB Variations
Color information
#91F049 (or 0x91F049) is known color: Atlantis. HEX triplet: 91, F0 and 49. RGB value is (145,240,73). Sum of RGB (Red+Green+Blue) = 145+240+73=458 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.66% from 458); Green value is 240 (94.14% from 255 or 52.40% from 458); Blue value is 73 (28.91% from 255 or 15.94% from 458); Max value from RGB is 240 - color contains mainly: green. Hex color #91F049 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #91F049 is #6E0FB6. Grayscale: #C1C1C1. Windows color (decimal): -7212983 or 4845713. OLE color: 4845713.
HSL color Cylindrical-coordinate representation of color #91F049: hue angle of 94.13º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #91F049 is Cyan = 0.40, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 240 | 73 | - |
| CMYK | 0.40 | 0 | 0.70 | 0.06 |
| HSL | 94.13º | 0.85% | 0.61% | - |
| HSV(B) | 94.13º | 0.7% | 0.94% | - |
| XYZ | 44.04 | 68.82 | 17.27 | - |
| YUV | 192.56 | 60.53 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 240 | 73 | 0.40 | 0 | 0.70 | 0.06 | 94.13 | 0.85 | 0.61 |
| Hex | 91 | F0 | 49 | 28 | 0 | 46 | 6 | 5E | 55 | 3D |
| Octal | 221 | 360 | 111 | 50 | 0 | 106 | 6 | 136 | 125 | 75 |
| Binary | 10010001 | 11110000 | 1001001 | 101000 | 0 | 1000110 | 110 | 1011110 | 1010101 | 111101 |
Color Harmonies of #91F049
Complementary color
Monochromatic Colors of #91F049
Black with #91F049
Text Example
Text Example
White with #91F049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91F049; }
p { color: rgb(145,240,73); }
H1.HeaderClassName
{
color: #91F049;
}
.AnyTagClassName
{
color: #91F049;
}
</style>
background-color css
<style>
a { background-color: #91F049; }
a { background-color: rgb(145,240,73); }
div.DivClassName
{
background-color: #91F049;
}
.BgClassName
{
background-color: #91F049;
}
</style>
border-color css
<style>
span { border-color: #91F049; }
span { border-color: rgb(145,240,73); }
td.TdClassName
{
border-color: #91F049;
}
.TagClassName
{
border-color: #91F049;
}
</style>