Shades of Atlantis #91C049
Tints of Atlantis #91C049
RGB
CMYK
RGB Variations
Color information
#91C049 (or 0x91C049) is known color: Atlantis. HEX triplet: 91, C0 and 49. RGB value is (145,192,73). Sum of RGB (Red+Green+Blue) = 145+192+73=410 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.37% from 410); Green value is 192 (75.39% from 255 or 46.83% from 410); Blue value is 73 (28.91% from 255 or 17.80% from 410); Max value from RGB is 192 - color contains mainly: green. Hex color #91C049 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91C049 is #6E3FB6. Grayscale: #A4A4A4. Windows color (decimal): -7225271 or 4833425. OLE color: 4833425.
HSL color Cylindrical-coordinate representation of color #91C049: hue angle of 83.7º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #91C049 is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 192 | 73 | - |
| CMYK | 0.24 | 0 | 0.62 | 0.25 |
| HSL | 83.7º | 0.49% | 0.52% | - |
| HSV(B) | 83.7º | 0.62% | 0.75% | - |
| XYZ | 31.73 | 44.2 | 13.16 | - |
| YUV | 164.38 | 76.43 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 192 | 73 | 0.24 | 0 | 0.62 | 0.25 | 83.7 | 0.49 | 0.52 |
| Hex | 91 | C0 | 49 | 18 | 0 | 3E | 19 | 54 | 31 | 34 |
| Octal | 221 | 300 | 111 | 30 | 0 | 76 | 31 | 124 | 61 | 64 |
| Binary | 10010001 | 11000000 | 1001001 | 11000 | 0 | 111110 | 11001 | 1010100 | 110001 | 110100 |
Color Harmonies of #91C049
Complementary color
Monochromatic Colors of #91C049
Black with #91C049
Text Example
Text Example
White with #91C049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C049; }
p { color: rgb(145,192,73); }
H1.HeaderClassName
{
color: #91C049;
}
.AnyTagClassName
{
color: #91C049;
}
</style>
background-color css
<style>
a { background-color: #91C049; }
a { background-color: rgb(145,192,73); }
div.DivClassName
{
background-color: #91C049;
}
.BgClassName
{
background-color: #91C049;
}
</style>
border-color css
<style>
span { border-color: #91C049; }
span { border-color: rgb(145,192,73); }
td.TdClassName
{
border-color: #91C049;
}
.TagClassName
{
border-color: #91C049;
}
</style>