Shades of Atlantis #91C13E
Tints of Atlantis #91C13E
RGB
CMYK
RGB Variations
Color information
#91C13E (or 0x91C13E) is known color: Atlantis. HEX triplet: 91, C1 and 3E. RGB value is (145,193,62). Sum of RGB (Red+Green+Blue) = 145+193+62=400 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.25% from 400); Green value is 193 (75.78% from 255 or 48.25% from 400); Blue value is 62 (24.61% from 255 or 15.5% from 400); Max value from RGB is 193 - color contains mainly: green. Hex color #91C13E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91C13E is #6E3EC1. Grayscale: #A4A4A4. Windows color (decimal): -7225026 or 4112785. OLE color: 4112785.
HSL color Cylindrical-coordinate representation of color #91C13E: hue angle of 81.98º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #91C13E is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 193 | 62 | - |
| CMYK | 0.25 | 0 | 0.68 | 0.24 |
| HSL | 81.98º | 0.51% | 0.5% | - |
| HSV(B) | 81.98º | 0.68% | 0.76% | - |
| XYZ | 31.62 | 44.51 | 11.48 | - |
| YUV | 163.71 | 70.6 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 193 | 62 | 0.25 | 0 | 0.68 | 0.24 | 81.98 | 0.51 | 0.5 |
| Hex | 91 | C1 | 3E | 19 | 0 | 44 | 18 | 52 | 33 | 32 |
| Octal | 221 | 301 | 76 | 31 | 0 | 104 | 30 | 122 | 63 | 62 |
| Binary | 10010001 | 11000001 | 111110 | 11001 | 0 | 1000100 | 11000 | 1010010 | 110011 | 110010 |
Color Harmonies of #91C13E
Complementary color
Monochromatic Colors of #91C13E
Black with #91C13E
Text Example
Text Example
White with #91C13E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C13E; }
p { color: rgb(145,193,62); }
H1.HeaderClassName
{
color: #91C13E;
}
.AnyTagClassName
{
color: #91C13E;
}
</style>
background-color css
<style>
a { background-color: #91C13E; }
a { background-color: rgb(145,193,62); }
div.DivClassName
{
background-color: #91C13E;
}
.BgClassName
{
background-color: #91C13E;
}
</style>
border-color css
<style>
span { border-color: #91C13E; }
span { border-color: rgb(145,193,62); }
td.TdClassName
{
border-color: #91C13E;
}
.TagClassName
{
border-color: #91C13E;
}
</style>