Shades of Atlantis #91C350
Tints of Atlantis #91C350
RGB
CMYK
RGB Variations
Color information
#91C350 (or 0x91C350) is known color: Atlantis. HEX triplet: 91, C3 and 50. RGB value is (145,195,80). Sum of RGB (Red+Green+Blue) = 145+195+80=420 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.52% from 420); Green value is 195 (76.56% from 255 or 46.43% from 420); Blue value is 80 (31.64% from 255 or 19.05% from 420); Max value from RGB is 195 - color contains mainly: green. Hex color #91C350 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91C350 is #6E3CAF. Grayscale: #A7A7A7. Windows color (decimal): -7224496 or 5292945. OLE color: 5292945.
HSL color Cylindrical-coordinate representation of color #91C350: hue angle of 86.09º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #91C350 is Cyan = 0.26, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 195 | 80 | - |
| CMYK | 0.26 | 0 | 0.59 | 0.24 |
| HSL | 86.09º | 0.49% | 0.54% | - |
| HSV(B) | 86.09º | 0.59% | 0.76% | - |
| XYZ | 32.64 | 45.63 | 14.68 | - |
| YUV | 166.94 | 78.94 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 195 | 80 | 0.26 | 0 | 0.59 | 0.24 | 86.09 | 0.49 | 0.54 |
| Hex | 91 | C3 | 50 | 1A | 0 | 3B | 18 | 56 | 31 | 36 |
| Octal | 221 | 303 | 120 | 32 | 0 | 73 | 30 | 126 | 61 | 66 |
| Binary | 10010001 | 11000011 | 1010000 | 11010 | 0 | 111011 | 11000 | 1010110 | 110001 | 110110 |
Color Harmonies of #91C350
Complementary color
Monochromatic Colors of #91C350
Black with #91C350
Text Example
Text Example
White with #91C350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C350; }
p { color: rgb(145,195,80); }
H1.HeaderClassName
{
color: #91C350;
}
.AnyTagClassName
{
color: #91C350;
}
</style>
background-color css
<style>
a { background-color: #91C350; }
a { background-color: rgb(145,195,80); }
div.DivClassName
{
background-color: #91C350;
}
.BgClassName
{
background-color: #91C350;
}
</style>
border-color css
<style>
span { border-color: #91C350; }
span { border-color: rgb(145,195,80); }
td.TdClassName
{
border-color: #91C350;
}
.TagClassName
{
border-color: #91C350;
}
</style>