Shades of Atlantis #91C141
Tints of Atlantis #91C141
RGB
CMYK
RGB Variations
Color information
#91C141 (or 0x91C141) is known color: Atlantis. HEX triplet: 91, C1 and 41. RGB value is (145,193,65). Sum of RGB (Red+Green+Blue) = 145+193+65=403 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.98% from 403); Green value is 193 (75.78% from 255 or 47.89% from 403); Blue value is 65 (25.78% from 255 or 16.13% from 403); Max value from RGB is 193 - color contains mainly: green. Hex color #91C141 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91C141 is #6E3EBE. Grayscale: #A4A4A4. Windows color (decimal): -7225023 or 4309393. OLE color: 4309393.
HSL color Cylindrical-coordinate representation of color #91C141: hue angle of 82.5º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #91C141 is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 193 | 65 | - |
| CMYK | 0.25 | 0 | 0.66 | 0.24 |
| HSL | 82.5º | 0.51% | 0.51% | - |
| HSV(B) | 82.5º | 0.66% | 0.76% | - |
| XYZ | 31.7 | 44.54 | 11.93 | - |
| YUV | 164.06 | 72.1 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 193 | 65 | 0.25 | 0 | 0.66 | 0.24 | 82.5 | 0.51 | 0.51 |
| Hex | 91 | C1 | 41 | 19 | 0 | 42 | 18 | 52 | 33 | 33 |
| Octal | 221 | 301 | 101 | 31 | 0 | 102 | 30 | 122 | 63 | 63 |
| Binary | 10010001 | 11000001 | 1000001 | 11001 | 0 | 1000010 | 11000 | 1010010 | 110011 | 110011 |
Color Harmonies of #91C141
Complementary color
Monochromatic Colors of #91C141
Black with #91C141
Text Example
Text Example
White with #91C141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C141; }
p { color: rgb(145,193,65); }
H1.HeaderClassName
{
color: #91C141;
}
.AnyTagClassName
{
color: #91C141;
}
</style>
background-color css
<style>
a { background-color: #91C141; }
a { background-color: rgb(145,193,65); }
div.DivClassName
{
background-color: #91C141;
}
.BgClassName
{
background-color: #91C141;
}
</style>
border-color css
<style>
span { border-color: #91C141; }
span { border-color: rgb(145,193,65); }
td.TdClassName
{
border-color: #91C141;
}
.TagClassName
{
border-color: #91C141;
}
</style>