Shades of Atlantis #91C140
Tints of Atlantis #91C140
RGB
CMYK
RGB Variations
Color information
#91C140 (or 0x91C140) is known color: Atlantis. HEX triplet: 91, C1 and 40. RGB value is (145,193,64). Sum of RGB (Red+Green+Blue) = 145+193+64=402 (53% of max value = 765). Red value is 145 (57.03% from 255 or 36.07% from 402); Green value is 193 (75.78% from 255 or 48.01% from 402); Blue value is 64 (25.39% from 255 or 15.92% from 402); Max value from RGB is 193 - color contains mainly: green. Hex color #91C140 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91C140 is #6E3EBF. Grayscale: #A4A4A4. Windows color (decimal): -7225024 or 4243857. OLE color: 4243857.
HSL color Cylindrical-coordinate representation of color #91C140: hue angle of 82.33º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #91C140 is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 193 | 64 | - |
| CMYK | 0.25 | 0 | 0.67 | 0.24 |
| HSL | 82.33º | 0.51% | 0.5% | - |
| HSV(B) | 82.33º | 0.67% | 0.76% | - |
| XYZ | 31.67 | 44.53 | 11.78 | - |
| YUV | 163.94 | 71.6 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 193 | 64 | 0.25 | 0 | 0.67 | 0.24 | 82.33 | 0.51 | 0.5 |
| Hex | 91 | C1 | 40 | 19 | 0 | 43 | 18 | 52 | 33 | 32 |
| Octal | 221 | 301 | 100 | 31 | 0 | 103 | 30 | 122 | 63 | 62 |
| Binary | 10010001 | 11000001 | 1000000 | 11001 | 0 | 1000011 | 11000 | 1010010 | 110011 | 110010 |
Color Harmonies of #91C140
Complementary color
Monochromatic Colors of #91C140
Black with #91C140
Text Example
Text Example
White with #91C140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C140; }
p { color: rgb(145,193,64); }
H1.HeaderClassName
{
color: #91C140;
}
.AnyTagClassName
{
color: #91C140;
}
</style>
background-color css
<style>
a { background-color: #91C140; }
a { background-color: rgb(145,193,64); }
div.DivClassName
{
background-color: #91C140;
}
.BgClassName
{
background-color: #91C140;
}
</style>
border-color css
<style>
span { border-color: #91C140; }
span { border-color: rgb(145,193,64); }
td.TdClassName
{
border-color: #91C140;
}
.TagClassName
{
border-color: #91C140;
}
</style>