Shades of Atlantis #91DA3C
Tints of Atlantis #91DA3C
RGB
CMYK
RGB Variations
Color information
#91DA3C (or 0x91DA3C) is known color: Atlantis. HEX triplet: 91, DA and 3C. RGB value is (145,218,60). Sum of RGB (Red+Green+Blue) = 145+218+60=423 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.28% from 423); Green value is 218 (85.55% from 255 or 51.54% from 423); Blue value is 60 (23.83% from 255 or 14.18% from 423); Max value from RGB is 218 - color contains mainly: green. Hex color #91DA3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91DA3C is #6E25C3. Grayscale: #B2B2B2. Windows color (decimal): -7218628 or 3988113. OLE color: 3988113.
HSL color Cylindrical-coordinate representation of color #91DA3C: hue angle of 87.72º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #91DA3C is Cyan = 0.33, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 145 | 218 | 60 | - |
| CMYK | 0.33 | 0 | 0.72 | 0.15 |
| HSL | 87.72º | 0.68% | 0.55% | - |
| HSV(B) | 87.72º | 0.72% | 0.85% | - |
| XYZ | 37.56 | 56.49 | 13.2 | - |
| YUV | 178.16 | 61.32 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 218 | 60 | 0.33 | 0 | 0.72 | 0.15 | 87.72 | 0.68 | 0.55 |
| Hex | 91 | DA | 3C | 21 | 0 | 48 | F | 58 | 44 | 37 |
| Octal | 221 | 332 | 74 | 41 | 0 | 110 | 17 | 130 | 104 | 67 |
| Binary | 10010001 | 11011010 | 111100 | 100001 | 0 | 1001000 | 1111 | 1011000 | 1000100 | 110111 |
Color Harmonies of #91DA3C
Complementary color
Monochromatic Colors of #91DA3C
Black with #91DA3C
Text Example
Text Example
White with #91DA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DA3C; }
p { color: rgb(145,218,60); }
H1.HeaderClassName
{
color: #91DA3C;
}
.AnyTagClassName
{
color: #91DA3C;
}
</style>
background-color css
<style>
a { background-color: #91DA3C; }
a { background-color: rgb(145,218,60); }
div.DivClassName
{
background-color: #91DA3C;
}
.BgClassName
{
background-color: #91DA3C;
}
</style>
border-color css
<style>
span { border-color: #91DA3C; }
span { border-color: rgb(145,218,60); }
td.TdClassName
{
border-color: #91DA3C;
}
.TagClassName
{
border-color: #91DA3C;
}
</style>