Shades of Atlantis #91C148
Tints of Atlantis #91C148
RGB
CMYK
RGB Variations
Color information
#91C148 (or 0x91C148) is known color: Atlantis. HEX triplet: 91, C1 and 48. RGB value is (145,193,72). Sum of RGB (Red+Green+Blue) = 145+193+72=410 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.37% from 410); Green value is 193 (75.78% from 255 or 47.07% from 410); Blue value is 72 (28.52% from 255 or 17.56% from 410); Max value from RGB is 193 - color contains mainly: green. Hex color #91C148 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91C148 is #6E3EB7. Grayscale: #A5A5A5. Windows color (decimal): -7225016 or 4768145. OLE color: 4768145.
HSL color Cylindrical-coordinate representation of color #91C148: hue angle of 83.8º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #91C148 is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 193 | 72 | - |
| CMYK | 0.25 | 0 | 0.63 | 0.24 |
| HSL | 83.8º | 0.49% | 0.52% | - |
| HSV(B) | 83.8º | 0.63% | 0.76% | - |
| XYZ | 31.92 | 44.63 | 13.06 | - |
| YUV | 164.85 | 75.6 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 193 | 72 | 0.25 | 0 | 0.63 | 0.24 | 83.8 | 0.49 | 0.52 |
| Hex | 91 | C1 | 48 | 19 | 0 | 3F | 18 | 54 | 31 | 34 |
| Octal | 221 | 301 | 110 | 31 | 0 | 77 | 30 | 124 | 61 | 64 |
| Binary | 10010001 | 11000001 | 1001000 | 11001 | 0 | 111111 | 11000 | 1010100 | 110001 | 110100 |
Color Harmonies of #91C148
Complementary color
Monochromatic Colors of #91C148
Black with #91C148
Text Example
Text Example
White with #91C148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C148; }
p { color: rgb(145,193,72); }
H1.HeaderClassName
{
color: #91C148;
}
.AnyTagClassName
{
color: #91C148;
}
</style>
background-color css
<style>
a { background-color: #91C148; }
a { background-color: rgb(145,193,72); }
div.DivClassName
{
background-color: #91C148;
}
.BgClassName
{
background-color: #91C148;
}
</style>
border-color css
<style>
span { border-color: #91C148; }
span { border-color: rgb(145,193,72); }
td.TdClassName
{
border-color: #91C148;
}
.TagClassName
{
border-color: #91C148;
}
</style>