Shades of Atlantis #91C84A
Tints of Atlantis #91C84A
RGB
CMYK
RGB Variations
Color information
#91C84A (or 0x91C84A) is known color: Atlantis. HEX triplet: 91, C8 and 4A. RGB value is (145,200,74). Sum of RGB (Red+Green+Blue) = 145+200+74=419 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.61% from 419); Green value is 200 (78.52% from 255 or 47.73% from 419); Blue value is 74 (29.30% from 255 or 17.66% from 419); Max value from RGB is 200 - color contains mainly: green. Hex color #91C84A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91C84A is #6E37B5. Grayscale: #A9A9A9. Windows color (decimal): -7223222 or 4901009. OLE color: 4901009.
HSL color Cylindrical-coordinate representation of color #91C84A: hue angle of 86.19º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #91C84A is Cyan = 0.28, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 145 | 200 | 74 | - |
| CMYK | 0.28 | 0 | 0.63 | 0.22 |
| HSL | 86.19º | 0.53% | 0.54% | - |
| HSV(B) | 86.19º | 0.63% | 0.78% | - |
| XYZ | 33.57 | 47.82 | 13.94 | - |
| YUV | 169.19 | 74.28 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 200 | 74 | 0.28 | 0 | 0.63 | 0.22 | 86.19 | 0.53 | 0.54 |
| Hex | 91 | C8 | 4A | 1C | 0 | 3F | 16 | 56 | 35 | 36 |
| Octal | 221 | 310 | 112 | 34 | 0 | 77 | 26 | 126 | 65 | 66 |
| Binary | 10010001 | 11001000 | 1001010 | 11100 | 0 | 111111 | 10110 | 1010110 | 110101 | 110110 |
Color Harmonies of #91C84A
Complementary color
Monochromatic Colors of #91C84A
Black with #91C84A
Text Example
Text Example
White with #91C84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C84A; }
p { color: rgb(145,200,74); }
H1.HeaderClassName
{
color: #91C84A;
}
.AnyTagClassName
{
color: #91C84A;
}
</style>
background-color css
<style>
a { background-color: #91C84A; }
a { background-color: rgb(145,200,74); }
div.DivClassName
{
background-color: #91C84A;
}
.BgClassName
{
background-color: #91C84A;
}
</style>
border-color css
<style>
span { border-color: #91C84A; }
span { border-color: rgb(145,200,74); }
td.TdClassName
{
border-color: #91C84A;
}
.TagClassName
{
border-color: #91C84A;
}
</style>