Shades of Atlantis #91C04D
Tints of Atlantis #91C04D
RGB
CMYK
RGB Variations
Color information
#91C04D (or 0x91C04D) is known color: Atlantis. HEX triplet: 91, C0 and 4D. RGB value is (145,192,77). Sum of RGB (Red+Green+Blue) = 145+192+77=414 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.02% from 414); Green value is 192 (75.39% from 255 or 46.38% from 414); Blue value is 77 (30.47% from 255 or 18.60% from 414); Max value from RGB is 192 - color contains mainly: green. Hex color #91C04D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91C04D is #6E3FB2. Grayscale: #A5A5A5. Windows color (decimal): -7225267 or 5095569. OLE color: 5095569.
HSL color Cylindrical-coordinate representation of color #91C04D: hue angle of 84.52º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #91C04D is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 192 | 77 | - |
| CMYK | 0.24 | 0 | 0.60 | 0.25 |
| HSL | 84.52º | 0.48% | 0.53% | - |
| HSV(B) | 84.52º | 0.6% | 0.75% | - |
| XYZ | 31.87 | 44.25 | 13.88 | - |
| YUV | 164.84 | 78.43 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 192 | 77 | 0.24 | 0 | 0.60 | 0.25 | 84.52 | 0.48 | 0.53 |
| Hex | 91 | C0 | 4D | 18 | 0 | 3C | 19 | 55 | 30 | 35 |
| Octal | 221 | 300 | 115 | 30 | 0 | 74 | 31 | 125 | 60 | 65 |
| Binary | 10010001 | 11000000 | 1001101 | 11000 | 0 | 111100 | 11001 | 1010101 | 110000 | 110101 |
Color Harmonies of #91C04D
Complementary color
Monochromatic Colors of #91C04D
Black with #91C04D
Text Example
Text Example
White with #91C04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C04D; }
p { color: rgb(145,192,77); }
H1.HeaderClassName
{
color: #91C04D;
}
.AnyTagClassName
{
color: #91C04D;
}
</style>
background-color css
<style>
a { background-color: #91C04D; }
a { background-color: rgb(145,192,77); }
div.DivClassName
{
background-color: #91C04D;
}
.BgClassName
{
background-color: #91C04D;
}
</style>
border-color css
<style>
span { border-color: #91C04D; }
span { border-color: rgb(145,192,77); }
td.TdClassName
{
border-color: #91C04D;
}
.TagClassName
{
border-color: #91C04D;
}
</style>