Shades of Atlantis #91C14B
Tints of Atlantis #91C14B
RGB
CMYK
RGB Variations
Color information
#91C14B (or 0x91C14B) is known color: Atlantis. HEX triplet: 91, C1 and 4B. RGB value is (145,193,75). Sum of RGB (Red+Green+Blue) = 145+193+75=413 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.11% from 413); Green value is 193 (75.78% from 255 or 46.73% from 413); Blue value is 75 (29.69% from 255 or 18.16% from 413); Max value from RGB is 193 - color contains mainly: green. Hex color #91C14B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91C14B is #6E3EB4. Grayscale: #A5A5A5. Windows color (decimal): -7225013 or 4964753. OLE color: 4964753.
HSL color Cylindrical-coordinate representation of color #91C14B: hue angle of 84.41º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #91C14B is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 193 | 75 | - |
| CMYK | 0.25 | 0 | 0.61 | 0.24 |
| HSL | 84.41º | 0.49% | 0.53% | - |
| HSV(B) | 84.41º | 0.61% | 0.76% | - |
| XYZ | 32.02 | 44.67 | 13.59 | - |
| YUV | 165.2 | 77.1 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 193 | 75 | 0.25 | 0 | 0.61 | 0.24 | 84.41 | 0.49 | 0.53 |
| Hex | 91 | C1 | 4B | 19 | 0 | 3D | 18 | 54 | 31 | 35 |
| Octal | 221 | 301 | 113 | 31 | 0 | 75 | 30 | 124 | 61 | 65 |
| Binary | 10010001 | 11000001 | 1001011 | 11001 | 0 | 111101 | 11000 | 1010100 | 110001 | 110101 |
Color Harmonies of #91C14B
Complementary color
Monochromatic Colors of #91C14B
Black with #91C14B
Text Example
Text Example
White with #91C14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C14B; }
p { color: rgb(145,193,75); }
H1.HeaderClassName
{
color: #91C14B;
}
.AnyTagClassName
{
color: #91C14B;
}
</style>
background-color css
<style>
a { background-color: #91C14B; }
a { background-color: rgb(145,193,75); }
div.DivClassName
{
background-color: #91C14B;
}
.BgClassName
{
background-color: #91C14B;
}
</style>
border-color css
<style>
span { border-color: #91C14B; }
span { border-color: rgb(145,193,75); }
td.TdClassName
{
border-color: #91C14B;
}
.TagClassName
{
border-color: #91C14B;
}
</style>