Shades of Atlantis #91C848
Tints of Atlantis #91C848
RGB
CMYK
RGB Variations
Color information
#91C848 (or 0x91C848) is known color: Atlantis. HEX triplet: 91, C8 and 48. RGB value is (145,200,72). Sum of RGB (Red+Green+Blue) = 145+200+72=417 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.77% from 417); Green value is 200 (78.52% from 255 or 47.96% from 417); Blue value is 72 (28.52% from 255 or 17.27% from 417); Max value from RGB is 200 - color contains mainly: green. Hex color #91C848 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91C848 is #6E37B7. Grayscale: #A9A9A9. Windows color (decimal): -7223224 or 4769937. OLE color: 4769937.
HSL color Cylindrical-coordinate representation of color #91C848: hue angle of 85.78º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #91C848 is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 145 | 200 | 72 | - |
| CMYK | 0.28 | 0 | 0.64 | 0.22 |
| HSL | 85.78º | 0.54% | 0.53% | - |
| HSV(B) | 85.78º | 0.64% | 0.78% | - |
| XYZ | 33.5 | 47.8 | 13.59 | - |
| YUV | 168.96 | 73.28 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 200 | 72 | 0.28 | 0 | 0.64 | 0.22 | 85.78 | 0.54 | 0.53 |
| Hex | 91 | C8 | 48 | 1C | 0 | 40 | 16 | 56 | 36 | 35 |
| Octal | 221 | 310 | 110 | 34 | 0 | 100 | 26 | 126 | 66 | 65 |
| Binary | 10010001 | 11001000 | 1001000 | 11100 | 0 | 1000000 | 10110 | 1010110 | 110110 | 110101 |
Color Harmonies of #91C848
Complementary color
Monochromatic Colors of #91C848
Black with #91C848
Text Example
Text Example
White with #91C848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C848; }
p { color: rgb(145,200,72); }
H1.HeaderClassName
{
color: #91C848;
}
.AnyTagClassName
{
color: #91C848;
}
</style>
background-color css
<style>
a { background-color: #91C848; }
a { background-color: rgb(145,200,72); }
div.DivClassName
{
background-color: #91C848;
}
.BgClassName
{
background-color: #91C848;
}
</style>
border-color css
<style>
span { border-color: #91C848; }
span { border-color: rgb(145,200,72); }
td.TdClassName
{
border-color: #91C848;
}
.TagClassName
{
border-color: #91C848;
}
</style>