Shades of Atlantis #91C94A
Tints of Atlantis #91C94A
RGB
CMYK
RGB Variations
Color information
#91C94A (or 0x91C94A) is known color: Atlantis. HEX triplet: 91, C9 and 4A. RGB value is (145,201,74). Sum of RGB (Red+Green+Blue) = 145+201+74=420 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.52% from 420); Green value is 201 (78.91% from 255 or 47.86% from 420); Blue value is 74 (29.30% from 255 or 17.62% from 420); Max value from RGB is 201 - color contains mainly: green. Hex color #91C94A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91C94A is #6E36B5. Grayscale: #AAAAAA. Windows color (decimal): -7222966 or 4901265. OLE color: 4901265.
HSL color Cylindrical-coordinate representation of color #91C94A: hue angle of 86.46º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #91C94A is Cyan = 0.28, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 201 | 74 | - |
| CMYK | 0.28 | 0 | 0.63 | 0.21 |
| HSL | 86.46º | 0.54% | 0.54% | - |
| HSV(B) | 86.46º | 0.63% | 0.79% | - |
| XYZ | 33.8 | 48.29 | 14.02 | - |
| YUV | 169.78 | 73.95 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 201 | 74 | 0.28 | 0 | 0.63 | 0.21 | 86.46 | 0.54 | 0.54 |
| Hex | 91 | C9 | 4A | 1C | 0 | 3F | 15 | 56 | 36 | 36 |
| Octal | 221 | 311 | 112 | 34 | 0 | 77 | 25 | 126 | 66 | 66 |
| Binary | 10010001 | 11001001 | 1001010 | 11100 | 0 | 111111 | 10101 | 1010110 | 110110 | 110110 |
Color Harmonies of #91C94A
Complementary color
Monochromatic Colors of #91C94A
Black with #91C94A
Text Example
Text Example
White with #91C94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C94A; }
p { color: rgb(145,201,74); }
H1.HeaderClassName
{
color: #91C94A;
}
.AnyTagClassName
{
color: #91C94A;
}
</style>
background-color css
<style>
a { background-color: #91C94A; }
a { background-color: rgb(145,201,74); }
div.DivClassName
{
background-color: #91C94A;
}
.BgClassName
{
background-color: #91C94A;
}
</style>
border-color css
<style>
span { border-color: #91C94A; }
span { border-color: rgb(145,201,74); }
td.TdClassName
{
border-color: #91C94A;
}
.TagClassName
{
border-color: #91C94A;
}
</style>