Shades of Atlantis #91C548
Tints of Atlantis #91C548
RGB
CMYK
RGB Variations
Color information
#91C548 (or 0x91C548) is known color: Atlantis. HEX triplet: 91, C5 and 48. RGB value is (145,197,72). Sum of RGB (Red+Green+Blue) = 145+197+72=414 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.02% from 414); Green value is 197 (77.34% from 255 or 47.58% from 414); Blue value is 72 (28.52% from 255 or 17.39% from 414); Max value from RGB is 197 - color contains mainly: green. Hex color #91C548 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91C548 is #6E3AB7. Grayscale: #A7A7A7. Windows color (decimal): -7223992 or 4769169. OLE color: 4769169.
HSL color Cylindrical-coordinate representation of color #91C548: hue angle of 84.96º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #91C548 is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 145 | 197 | 72 | - |
| CMYK | 0.26 | 0 | 0.63 | 0.23 |
| HSL | 84.96º | 0.52% | 0.53% | - |
| HSV(B) | 84.96º | 0.63% | 0.77% | - |
| XYZ | 32.81 | 46.42 | 13.36 | - |
| YUV | 167.2 | 74.27 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 197 | 72 | 0.26 | 0 | 0.63 | 0.23 | 84.96 | 0.52 | 0.53 |
| Hex | 91 | C5 | 48 | 1A | 0 | 3F | 17 | 55 | 34 | 35 |
| Octal | 221 | 305 | 110 | 32 | 0 | 77 | 27 | 125 | 64 | 65 |
| Binary | 10010001 | 11000101 | 1001000 | 11010 | 0 | 111111 | 10111 | 1010101 | 110100 | 110101 |
Color Harmonies of #91C548
Complementary color
Monochromatic Colors of #91C548
Black with #91C548
Text Example
Text Example
White with #91C548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C548; }
p { color: rgb(145,197,72); }
H1.HeaderClassName
{
color: #91C548;
}
.AnyTagClassName
{
color: #91C548;
}
</style>
background-color css
<style>
a { background-color: #91C548; }
a { background-color: rgb(145,197,72); }
div.DivClassName
{
background-color: #91C548;
}
.BgClassName
{
background-color: #91C548;
}
</style>
border-color css
<style>
span { border-color: #91C548; }
span { border-color: rgb(145,197,72); }
td.TdClassName
{
border-color: #91C548;
}
.TagClassName
{
border-color: #91C548;
}
</style>