Shades of Atlantis #91C242
Tints of Atlantis #91C242
RGB
CMYK
RGB Variations
Color information
#91C242 (or 0x91C242) is known color: Atlantis. HEX triplet: 91, C2 and 42. RGB value is (145,194,66). Sum of RGB (Red+Green+Blue) = 145+194+66=405 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.80% from 405); Green value is 194 (76.17% from 255 or 47.90% from 405); Blue value is 66 (26.17% from 255 or 16.30% from 405); Max value from RGB is 194 - color contains mainly: green. Hex color #91C242 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91C242 is #6E3DBD. Grayscale: #A5A5A5. Windows color (decimal): -7224766 or 4375185. OLE color: 4375185.
HSL color Cylindrical-coordinate representation of color #91C242: hue angle of 82.97º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #91C242 is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 194 | 66 | - |
| CMYK | 0.25 | 0 | 0.66 | 0.24 |
| HSL | 82.97º | 0.51% | 0.51% | - |
| HSV(B) | 82.97º | 0.66% | 0.76% | - |
| XYZ | 31.95 | 45 | 12.16 | - |
| YUV | 164.76 | 72.27 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 194 | 66 | 0.25 | 0 | 0.66 | 0.24 | 82.97 | 0.51 | 0.51 |
| Hex | 91 | C2 | 42 | 19 | 0 | 42 | 18 | 53 | 33 | 33 |
| Octal | 221 | 302 | 102 | 31 | 0 | 102 | 30 | 123 | 63 | 63 |
| Binary | 10010001 | 11000010 | 1000010 | 11001 | 0 | 1000010 | 11000 | 1010011 | 110011 | 110011 |
Color Harmonies of #91C242
Complementary color
Monochromatic Colors of #91C242
Black with #91C242
Text Example
Text Example
White with #91C242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C242; }
p { color: rgb(145,194,66); }
H1.HeaderClassName
{
color: #91C242;
}
.AnyTagClassName
{
color: #91C242;
}
</style>
background-color css
<style>
a { background-color: #91C242; }
a { background-color: rgb(145,194,66); }
div.DivClassName
{
background-color: #91C242;
}
.BgClassName
{
background-color: #91C242;
}
</style>
border-color css
<style>
span { border-color: #91C242; }
span { border-color: rgb(145,194,66); }
td.TdClassName
{
border-color: #91C242;
}
.TagClassName
{
border-color: #91C242;
}
</style>