Shades of Atlantis #91D63A
Tints of Atlantis #91D63A
RGB
CMYK
RGB Variations
Color information
#91D63A (or 0x91D63A) is known color: Atlantis. HEX triplet: 91, D6 and 3A. RGB value is (145,214,58). Sum of RGB (Red+Green+Blue) = 145+214+58=417 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.77% from 417); Green value is 214 (83.98% from 255 or 51.32% from 417); Blue value is 58 (23.05% from 255 or 13.91% from 417); Max value from RGB is 214 - color contains mainly: green. Hex color #91D63A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91D63A is #6E29C5. Grayscale: #B0B0B0. Windows color (decimal): -7219654 or 3856017. OLE color: 3856017.
HSL color Cylindrical-coordinate representation of color #91D63A: hue angle of 86.54º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #91D63A is Cyan = 0.32, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 145 | 214 | 58 | - |
| CMYK | 0.32 | 0 | 0.73 | 0.16 |
| HSL | 86.54º | 0.66% | 0.53% | - |
| HSV(B) | 86.54º | 0.73% | 0.84% | - |
| XYZ | 36.49 | 54.42 | 12.58 | - |
| YUV | 175.59 | 61.64 | 106.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 214 | 58 | 0.32 | 0 | 0.73 | 0.16 | 86.54 | 0.66 | 0.53 |
| Hex | 91 | D6 | 3A | 20 | 0 | 49 | 10 | 57 | 42 | 35 |
| Octal | 221 | 326 | 72 | 40 | 0 | 111 | 20 | 127 | 102 | 65 |
| Binary | 10010001 | 11010110 | 111010 | 100000 | 0 | 1001001 | 10000 | 1010111 | 1000010 | 110101 |
Color Harmonies of #91D63A
Complementary color
Monochromatic Colors of #91D63A
Black with #91D63A
Text Example
Text Example
White with #91D63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D63A; }
p { color: rgb(145,214,58); }
H1.HeaderClassName
{
color: #91D63A;
}
.AnyTagClassName
{
color: #91D63A;
}
</style>
background-color css
<style>
a { background-color: #91D63A; }
a { background-color: rgb(145,214,58); }
div.DivClassName
{
background-color: #91D63A;
}
.BgClassName
{
background-color: #91D63A;
}
</style>
border-color css
<style>
span { border-color: #91D63A; }
span { border-color: rgb(145,214,58); }
td.TdClassName
{
border-color: #91D63A;
}
.TagClassName
{
border-color: #91D63A;
}
</style>