Shades of Atlantis #91C93D
Tints of Atlantis #91C93D
RGB
CMYK
RGB Variations
Color information
#91C93D (or 0x91C93D) is known color: Atlantis. HEX triplet: 91, C9 and 3D. RGB value is (145,201,61). Sum of RGB (Red+Green+Blue) = 145+201+61=407 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.63% from 407); Green value is 201 (78.91% from 255 or 49.39% from 407); Blue value is 61 (24.22% from 255 or 14.99% from 407); Max value from RGB is 201 - color contains mainly: green. Hex color #91C93D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91C93D is #6E36C2. Grayscale: #A8A8A8. Windows color (decimal): -7222979 or 4049297. OLE color: 4049297.
HSL color Cylindrical-coordinate representation of color #91C93D: hue angle of 84º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #91C93D is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 201 | 61 | - |
| CMYK | 0.28 | 0 | 0.70 | 0.21 |
| HSL | 84º | 0.56% | 0.51% | - |
| HSV(B) | 84º | 0.7% | 0.79% | - |
| XYZ | 33.41 | 48.13 | 11.94 | - |
| YUV | 168.3 | 67.45 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 201 | 61 | 0.28 | 0 | 0.70 | 0.21 | 84 | 0.56 | 0.51 |
| Hex | 91 | C9 | 3D | 1C | 0 | 46 | 15 | 54 | 38 | 33 |
| Octal | 221 | 311 | 75 | 34 | 0 | 106 | 25 | 124 | 70 | 63 |
| Binary | 10010001 | 11001001 | 111101 | 11100 | 0 | 1000110 | 10101 | 1010100 | 111000 | 110011 |
Color Harmonies of #91C93D
Complementary color
Monochromatic Colors of #91C93D
Black with #91C93D
Text Example
Text Example
White with #91C93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C93D; }
p { color: rgb(145,201,61); }
H1.HeaderClassName
{
color: #91C93D;
}
.AnyTagClassName
{
color: #91C93D;
}
</style>
background-color css
<style>
a { background-color: #91C93D; }
a { background-color: rgb(145,201,61); }
div.DivClassName
{
background-color: #91C93D;
}
.BgClassName
{
background-color: #91C93D;
}
</style>
border-color css
<style>
span { border-color: #91C93D; }
span { border-color: rgb(145,201,61); }
td.TdClassName
{
border-color: #91C93D;
}
.TagClassName
{
border-color: #91C93D;
}
</style>