Shades of Atlantis #91C94D
Tints of Atlantis #91C94D
RGB
CMYK
RGB Variations
Color information
#91C94D (or 0x91C94D) is known color: Atlantis. HEX triplet: 91, C9 and 4D. RGB value is (145,201,77). Sum of RGB (Red+Green+Blue) = 145+201+77=423 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.28% from 423); Green value is 201 (78.91% from 255 or 47.52% from 423); Blue value is 77 (30.47% from 255 or 18.20% from 423); Max value from RGB is 201 - color contains mainly: green. Hex color #91C94D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91C94D is #6E36B2. Grayscale: #AAAAAA. Windows color (decimal): -7222963 or 5097873. OLE color: 5097873.
HSL color Cylindrical-coordinate representation of color #91C94D: hue angle of 87.1º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #91C94D is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 201 | 77 | - |
| CMYK | 0.28 | 0 | 0.62 | 0.21 |
| HSL | 87.1º | 0.53% | 0.55% | - |
| HSV(B) | 87.1º | 0.62% | 0.79% | - |
| XYZ | 33.9 | 48.33 | 14.56 | - |
| YUV | 170.12 | 75.45 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 201 | 77 | 0.28 | 0 | 0.62 | 0.21 | 87.1 | 0.53 | 0.55 |
| Hex | 91 | C9 | 4D | 1C | 0 | 3E | 15 | 57 | 35 | 37 |
| Octal | 221 | 311 | 115 | 34 | 0 | 76 | 25 | 127 | 65 | 67 |
| Binary | 10010001 | 11001001 | 1001101 | 11100 | 0 | 111110 | 10101 | 1010111 | 110101 | 110111 |
Color Harmonies of #91C94D
Complementary color
Monochromatic Colors of #91C94D
Black with #91C94D
Text Example
Text Example
White with #91C94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C94D; }
p { color: rgb(145,201,77); }
H1.HeaderClassName
{
color: #91C94D;
}
.AnyTagClassName
{
color: #91C94D;
}
</style>
background-color css
<style>
a { background-color: #91C94D; }
a { background-color: rgb(145,201,77); }
div.DivClassName
{
background-color: #91C94D;
}
.BgClassName
{
background-color: #91C94D;
}
</style>
border-color css
<style>
span { border-color: #91C94D; }
span { border-color: rgb(145,201,77); }
td.TdClassName
{
border-color: #91C94D;
}
.TagClassName
{
border-color: #91C94D;
}
</style>