Shades of Atlantis #91C940
Tints of Atlantis #91C940
RGB
CMYK
RGB Variations
Color information
#91C940 (or 0x91C940) is known color: Atlantis. HEX triplet: 91, C9 and 40. RGB value is (145,201,64). Sum of RGB (Red+Green+Blue) = 145+201+64=410 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.37% from 410); Green value is 201 (78.91% from 255 or 49.02% from 410); Blue value is 64 (25.39% from 255 or 15.61% from 410); Max value from RGB is 201 - color contains mainly: green. Hex color #91C940 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91C940 is #6E36BF. Grayscale: #A9A9A9. Windows color (decimal): -7222976 or 4245905. OLE color: 4245905.
HSL color Cylindrical-coordinate representation of color #91C940: hue angle of 84.53º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #91C940 is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 201 | 64 | - |
| CMYK | 0.28 | 0 | 0.68 | 0.21 |
| HSL | 84.53º | 0.56% | 0.52% | - |
| HSV(B) | 84.53º | 0.68% | 0.79% | - |
| XYZ | 33.49 | 48.16 | 12.38 | - |
| YUV | 168.64 | 68.95 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 201 | 64 | 0.28 | 0 | 0.68 | 0.21 | 84.53 | 0.56 | 0.52 |
| Hex | 91 | C9 | 40 | 1C | 0 | 44 | 15 | 55 | 38 | 34 |
| Octal | 221 | 311 | 100 | 34 | 0 | 104 | 25 | 125 | 70 | 64 |
| Binary | 10010001 | 11001001 | 1000000 | 11100 | 0 | 1000100 | 10101 | 1010101 | 111000 | 110100 |
Color Harmonies of #91C940
Complementary color
Monochromatic Colors of #91C940
Black with #91C940
Text Example
Text Example
White with #91C940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C940; }
p { color: rgb(145,201,64); }
H1.HeaderClassName
{
color: #91C940;
}
.AnyTagClassName
{
color: #91C940;
}
</style>
background-color css
<style>
a { background-color: #91C940; }
a { background-color: rgb(145,201,64); }
div.DivClassName
{
background-color: #91C940;
}
.BgClassName
{
background-color: #91C940;
}
</style>
border-color css
<style>
span { border-color: #91C940; }
span { border-color: rgb(145,201,64); }
td.TdClassName
{
border-color: #91C940;
}
.TagClassName
{
border-color: #91C940;
}
</style>