Shades of Atlantis #91CA42
Tints of Atlantis #91CA42
RGB
CMYK
RGB Variations
Color information
#91CA42 (or 0x91CA42) is known color: Atlantis. HEX triplet: 91, CA and 42. RGB value is (145,202,66). Sum of RGB (Red+Green+Blue) = 145+202+66=413 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.11% from 413); Green value is 202 (79.30% from 255 or 48.91% from 413); Blue value is 66 (26.17% from 255 or 15.98% from 413); Max value from RGB is 202 - color contains mainly: green. Hex color #91CA42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91CA42 is #6E35BD. Grayscale: #A9A9A9. Windows color (decimal): -7222718 or 4377233. OLE color: 4377233.
HSL color Cylindrical-coordinate representation of color #91CA42: hue angle of 85.15º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #91CA42 is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 202 | 66 | - |
| CMYK | 0.28 | 0 | 0.67 | 0.21 |
| HSL | 85.15º | 0.56% | 0.53% | - |
| HSV(B) | 85.15º | 0.67% | 0.79% | - |
| XYZ | 33.78 | 48.65 | 12.77 | - |
| YUV | 169.45 | 69.62 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 202 | 66 | 0.28 | 0 | 0.67 | 0.21 | 85.15 | 0.56 | 0.53 |
| Hex | 91 | CA | 42 | 1C | 0 | 43 | 15 | 55 | 38 | 35 |
| Octal | 221 | 312 | 102 | 34 | 0 | 103 | 25 | 125 | 70 | 65 |
| Binary | 10010001 | 11001010 | 1000010 | 11100 | 0 | 1000011 | 10101 | 1010101 | 111000 | 110101 |
Color Harmonies of #91CA42
Complementary color
Monochromatic Colors of #91CA42
Black with #91CA42
Text Example
Text Example
White with #91CA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CA42; }
p { color: rgb(145,202,66); }
H1.HeaderClassName
{
color: #91CA42;
}
.AnyTagClassName
{
color: #91CA42;
}
</style>
background-color css
<style>
a { background-color: #91CA42; }
a { background-color: rgb(145,202,66); }
div.DivClassName
{
background-color: #91CA42;
}
.BgClassName
{
background-color: #91CA42;
}
</style>
border-color css
<style>
span { border-color: #91CA42; }
span { border-color: rgb(145,202,66); }
td.TdClassName
{
border-color: #91CA42;
}
.TagClassName
{
border-color: #91CA42;
}
</style>