Shades of Atlantis #91CA45
Tints of Atlantis #91CA45
RGB
CMYK
RGB Variations
Color information
#91CA45 (or 0x91CA45) is known color: Atlantis. HEX triplet: 91, CA and 45. RGB value is (145,202,69). Sum of RGB (Red+Green+Blue) = 145+202+69=416 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.86% from 416); Green value is 202 (79.30% from 255 or 48.56% from 416); Blue value is 69 (27.34% from 255 or 16.59% from 416); Max value from RGB is 202 - color contains mainly: green. Hex color #91CA45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91CA45 is #6E35BA. Grayscale: #AAAAAA. Windows color (decimal): -7222715 or 4573841. OLE color: 4573841.
HSL color Cylindrical-coordinate representation of color #91CA45: hue angle of 85.71º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #91CA45 is Cyan = 0.28, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 202 | 69 | - |
| CMYK | 0.28 | 0 | 0.66 | 0.21 |
| HSL | 85.71º | 0.56% | 0.53% | - |
| HSV(B) | 85.71º | 0.66% | 0.79% | - |
| XYZ | 33.87 | 48.69 | 13.24 | - |
| YUV | 169.8 | 71.12 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 202 | 69 | 0.28 | 0 | 0.66 | 0.21 | 85.71 | 0.56 | 0.53 |
| Hex | 91 | CA | 45 | 1C | 0 | 42 | 15 | 56 | 38 | 35 |
| Octal | 221 | 312 | 105 | 34 | 0 | 102 | 25 | 126 | 70 | 65 |
| Binary | 10010001 | 11001010 | 1000101 | 11100 | 0 | 1000010 | 10101 | 1010110 | 111000 | 110101 |
Color Harmonies of #91CA45
Complementary color
Monochromatic Colors of #91CA45
Black with #91CA45
Text Example
Text Example
White with #91CA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CA45; }
p { color: rgb(145,202,69); }
H1.HeaderClassName
{
color: #91CA45;
}
.AnyTagClassName
{
color: #91CA45;
}
</style>
background-color css
<style>
a { background-color: #91CA45; }
a { background-color: rgb(145,202,69); }
div.DivClassName
{
background-color: #91CA45;
}
.BgClassName
{
background-color: #91CA45;
}
</style>
border-color css
<style>
span { border-color: #91CA45; }
span { border-color: rgb(145,202,69); }
td.TdClassName
{
border-color: #91CA45;
}
.TagClassName
{
border-color: #91CA45;
}
</style>