Shades of Atlantis #91EA46
Tints of Atlantis #91EA46
RGB
CMYK
RGB Variations
Color information
#91EA46 (or 0x91EA46) is known color: Atlantis. HEX triplet: 91, EA and 46. RGB value is (145,234,70). Sum of RGB (Red+Green+Blue) = 145+234+70=449 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.29% from 449); Green value is 234 (91.80% from 255 or 52.12% from 449); Blue value is 70 (27.73% from 255 or 15.59% from 449); Max value from RGB is 234 - color contains mainly: green. Hex color #91EA46 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #91EA46 is #6E15B9. Grayscale: #BDBDBD. Windows color (decimal): -7214522 or 4647569. OLE color: 4647569.
HSL color Cylindrical-coordinate representation of color #91EA46: hue angle of 92.56º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #91EA46 is Cyan = 0.38, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 145 | 234 | 70 | - |
| CMYK | 0.38 | 0 | 0.70 | 0.08 |
| HSL | 92.56º | 0.8% | 0.6% | - |
| HSV(B) | 92.56º | 0.7% | 0.92% | - |
| XYZ | 42.21 | 65.31 | 16.18 | - |
| YUV | 188.69 | 61.01 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 234 | 70 | 0.38 | 0 | 0.70 | 0.08 | 92.56 | 0.8 | 0.6 |
| Hex | 91 | EA | 46 | 26 | 0 | 46 | 8 | 5D | 50 | 3C |
| Octal | 221 | 352 | 106 | 46 | 0 | 106 | 10 | 135 | 120 | 74 |
| Binary | 10010001 | 11101010 | 1000110 | 100110 | 0 | 1000110 | 1000 | 1011101 | 1010000 | 111100 |
Color Harmonies of #91EA46
Complementary color
Monochromatic Colors of #91EA46
Black with #91EA46
Text Example
Text Example
White with #91EA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91EA46; }
p { color: rgb(145,234,70); }
H1.HeaderClassName
{
color: #91EA46;
}
.AnyTagClassName
{
color: #91EA46;
}
</style>
background-color css
<style>
a { background-color: #91EA46; }
a { background-color: rgb(145,234,70); }
div.DivClassName
{
background-color: #91EA46;
}
.BgClassName
{
background-color: #91EA46;
}
</style>
border-color css
<style>
span { border-color: #91EA46; }
span { border-color: rgb(145,234,70); }
td.TdClassName
{
border-color: #91EA46;
}
.TagClassName
{
border-color: #91EA46;
}
</style>