Shades of Atlantis #91CA44
Tints of Atlantis #91CA44
RGB
CMYK
RGB Variations
Color information
#91CA44 (or 0x91CA44) is known color: Atlantis. HEX triplet: 91, CA and 44. RGB value is (145,202,68). Sum of RGB (Red+Green+Blue) = 145+202+68=415 (54% of max value = 765). Red value is 145 (57.03% from 255 or 34.94% from 415); Green value is 202 (79.30% from 255 or 48.67% from 415); Blue value is 68 (26.95% from 255 or 16.39% from 415); Max value from RGB is 202 - color contains mainly: green. Hex color #91CA44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91CA44 is #6E35BB. Grayscale: #AAAAAA. Windows color (decimal): -7222716 or 4508305. OLE color: 4508305.
HSL color Cylindrical-coordinate representation of color #91CA44: hue angle of 85.52º 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 #91CA44 is Cyan = 0.28, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 202 | 68 | - |
| CMYK | 0.28 | 0 | 0.66 | 0.21 |
| HSL | 85.52º | 0.56% | 0.53% | - |
| HSV(B) | 85.52º | 0.66% | 0.79% | - |
| XYZ | 33.84 | 48.68 | 13.08 | - |
| YUV | 169.68 | 70.62 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 202 | 68 | 0.28 | 0 | 0.66 | 0.21 | 85.52 | 0.56 | 0.53 |
| Hex | 91 | CA | 44 | 1C | 0 | 42 | 15 | 56 | 38 | 35 |
| Octal | 221 | 312 | 104 | 34 | 0 | 102 | 25 | 126 | 70 | 65 |
| Binary | 10010001 | 11001010 | 1000100 | 11100 | 0 | 1000010 | 10101 | 1010110 | 111000 | 110101 |
Color Harmonies of #91CA44
Complementary color
Monochromatic Colors of #91CA44
Black with #91CA44
Text Example
Text Example
White with #91CA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CA44; }
p { color: rgb(145,202,68); }
H1.HeaderClassName
{
color: #91CA44;
}
.AnyTagClassName
{
color: #91CA44;
}
</style>
background-color css
<style>
a { background-color: #91CA44; }
a { background-color: rgb(145,202,68); }
div.DivClassName
{
background-color: #91CA44;
}
.BgClassName
{
background-color: #91CA44;
}
</style>
border-color css
<style>
span { border-color: #91CA44; }
span { border-color: rgb(145,202,68); }
td.TdClassName
{
border-color: #91CA44;
}
.TagClassName
{
border-color: #91CA44;
}
</style>