Shades of Atlantis #91CA4F
Tints of Atlantis #91CA4F
RGB
CMYK
RGB Variations
Color information
#91CA4F (or 0x91CA4F) is known color: Atlantis. HEX triplet: 91, CA and 4F. RGB value is (145,202,79). Sum of RGB (Red+Green+Blue) = 145+202+79=426 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.04% from 426); Green value is 202 (79.30% from 255 or 47.42% from 426); Blue value is 79 (31.25% from 255 or 18.54% from 426); Max value from RGB is 202 - color contains mainly: green. Hex color #91CA4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91CA4F is #6E35B0. Grayscale: #ABABAB. Windows color (decimal): -7222705 or 5229201. OLE color: 5229201.
HSL color Cylindrical-coordinate representation of color #91CA4F: hue angle of 87.8º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #91CA4F is Cyan = 0.28, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 202 | 79 | - |
| CMYK | 0.28 | 0 | 0.61 | 0.21 |
| HSL | 87.8º | 0.54% | 0.55% | - |
| HSV(B) | 87.8º | 0.61% | 0.79% | - |
| XYZ | 34.21 | 48.83 | 15.02 | - |
| YUV | 170.94 | 76.12 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 202 | 79 | 0.28 | 0 | 0.61 | 0.21 | 87.8 | 0.54 | 0.55 |
| Hex | 91 | CA | 4F | 1C | 0 | 3D | 15 | 58 | 36 | 37 |
| Octal | 221 | 312 | 117 | 34 | 0 | 75 | 25 | 130 | 66 | 67 |
| Binary | 10010001 | 11001010 | 1001111 | 11100 | 0 | 111101 | 10101 | 1011000 | 110110 | 110111 |
Color Harmonies of #91CA4F
Complementary color
Monochromatic Colors of #91CA4F
Black with #91CA4F
Text Example
Text Example
White with #91CA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CA4F; }
p { color: rgb(145,202,79); }
H1.HeaderClassName
{
color: #91CA4F;
}
.AnyTagClassName
{
color: #91CA4F;
}
</style>
background-color css
<style>
a { background-color: #91CA4F; }
a { background-color: rgb(145,202,79); }
div.DivClassName
{
background-color: #91CA4F;
}
.BgClassName
{
background-color: #91CA4F;
}
</style>
border-color css
<style>
span { border-color: #91CA4F; }
span { border-color: rgb(145,202,79); }
td.TdClassName
{
border-color: #91CA4F;
}
.TagClassName
{
border-color: #91CA4F;
}
</style>