Shades of Atlantis #91C950
Tints of Atlantis #91C950
RGB
CMYK
RGB Variations
Color information
#91C950 (or 0x91C950) is known color: Atlantis. HEX triplet: 91, C9 and 50. RGB value is (145,201,80). Sum of RGB (Red+Green+Blue) = 145+201+80=426 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.04% from 426); Green value is 201 (78.91% from 255 or 47.18% from 426); Blue value is 80 (31.64% from 255 or 18.78% from 426); Max value from RGB is 201 - color contains mainly: green. Hex color #91C950 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91C950 is #6E36AF. Grayscale: #AAAAAA. Windows color (decimal): -7222960 or 5294481. OLE color: 5294481.
HSL color Cylindrical-coordinate representation of color #91C950: hue angle of 87.77º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #91C950 is Cyan = 0.28, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 201 | 80 | - |
| CMYK | 0.28 | 0 | 0.60 | 0.21 |
| HSL | 87.77º | 0.53% | 0.55% | - |
| HSV(B) | 87.77º | 0.6% | 0.79% | - |
| XYZ | 34.01 | 48.37 | 15.13 | - |
| YUV | 170.46 | 76.95 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 201 | 80 | 0.28 | 0 | 0.60 | 0.21 | 87.77 | 0.53 | 0.55 |
| Hex | 91 | C9 | 50 | 1C | 0 | 3C | 15 | 58 | 35 | 37 |
| Octal | 221 | 311 | 120 | 34 | 0 | 74 | 25 | 130 | 65 | 67 |
| Binary | 10010001 | 11001001 | 1010000 | 11100 | 0 | 111100 | 10101 | 1011000 | 110101 | 110111 |
Color Harmonies of #91C950
Complementary color
Monochromatic Colors of #91C950
Black with #91C950
Text Example
Text Example
White with #91C950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C950; }
p { color: rgb(145,201,80); }
H1.HeaderClassName
{
color: #91C950;
}
.AnyTagClassName
{
color: #91C950;
}
</style>
background-color css
<style>
a { background-color: #91C950; }
a { background-color: rgb(145,201,80); }
div.DivClassName
{
background-color: #91C950;
}
.BgClassName
{
background-color: #91C950;
}
</style>
border-color css
<style>
span { border-color: #91C950; }
span { border-color: rgb(145,201,80); }
td.TdClassName
{
border-color: #91C950;
}
.TagClassName
{
border-color: #91C950;
}
</style>