Shades of Atlantis #91DC46
Tints of Atlantis #91DC46
RGB
CMYK
RGB Variations
Color information
#91DC46 (or 0x91DC46) is known color: Atlantis. HEX triplet: 91, DC and 46. RGB value is (145,220,70). Sum of RGB (Red+Green+Blue) = 145+220+70=435 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.33% from 435); Green value is 220 (86.33% from 255 or 50.57% from 435); Blue value is 70 (27.73% from 255 or 16.09% from 435); Max value from RGB is 220 - color contains mainly: green. Hex color #91DC46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91DC46 is #6E23B9. Grayscale: #B4B4B4. Windows color (decimal): -7218106 or 4643985. OLE color: 4643985.
HSL color Cylindrical-coordinate representation of color #91DC46: hue angle of 90º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #91DC46 is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 220 | 70 | - |
| CMYK | 0.34 | 0 | 0.68 | 0.14 |
| HSL | 90º | 0.68% | 0.57% | - |
| HSV(B) | 90º | 0.68% | 0.86% | - |
| XYZ | 38.38 | 57.65 | 14.9 | - |
| YUV | 180.48 | 65.65 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 220 | 70 | 0.34 | 0 | 0.68 | 0.14 | 90 | 0.68 | 0.57 |
| Hex | 91 | DC | 46 | 22 | 0 | 44 | E | 5A | 44 | 39 |
| Octal | 221 | 334 | 106 | 42 | 0 | 104 | 16 | 132 | 104 | 71 |
| Binary | 10010001 | 11011100 | 1000110 | 100010 | 0 | 1000100 | 1110 | 1011010 | 1000100 | 111001 |
Color Harmonies of #91DC46
Complementary color
Monochromatic Colors of #91DC46
Black with #91DC46
Text Example
Text Example
White with #91DC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DC46; }
p { color: rgb(145,220,70); }
H1.HeaderClassName
{
color: #91DC46;
}
.AnyTagClassName
{
color: #91DC46;
}
</style>
background-color css
<style>
a { background-color: #91DC46; }
a { background-color: rgb(145,220,70); }
div.DivClassName
{
background-color: #91DC46;
}
.BgClassName
{
background-color: #91DC46;
}
</style>
border-color css
<style>
span { border-color: #91DC46; }
span { border-color: rgb(145,220,70); }
td.TdClassName
{
border-color: #91DC46;
}
.TagClassName
{
border-color: #91DC46;
}
</style>