Shades of Atlantis #93C641
Tints of Atlantis #93C641
RGB
CMYK
RGB Variations
Color information
#93C641 (or 0x93C641) is known color: Atlantis. HEX triplet: 93, C6 and 41. RGB value is (147,198,65). Sum of RGB (Red+Green+Blue) = 147+198+65=410 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.85% from 410); Green value is 198 (77.73% from 255 or 48.29% from 410); Blue value is 65 (25.78% from 255 or 15.85% from 410); Max value from RGB is 198 - color contains mainly: green. Hex color #93C641 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93C641 is #6C39BE. Grayscale: #A8A8A8. Windows color (decimal): -7092671 or 4310675. OLE color: 4310675.
HSL color Cylindrical-coordinate representation of color #93C641: hue angle of 83.01º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #93C641 is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 147 | 198 | 65 | - |
| CMYK | 0.26 | 0 | 0.67 | 0.22 |
| HSL | 83.01º | 0.54% | 0.52% | - |
| HSV(B) | 83.01º | 0.67% | 0.78% | - |
| XYZ | 33.18 | 46.97 | 12.32 | - |
| YUV | 167.59 | 70.1 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 198 | 65 | 0.26 | 0 | 0.67 | 0.22 | 83.01 | 0.54 | 0.52 |
| Hex | 93 | C6 | 41 | 1A | 0 | 43 | 16 | 53 | 36 | 34 |
| Octal | 223 | 306 | 101 | 32 | 0 | 103 | 26 | 123 | 66 | 64 |
| Binary | 10010011 | 11000110 | 1000001 | 11010 | 0 | 1000011 | 10110 | 1010011 | 110110 | 110100 |
Color Harmonies of #93C641
Complementary color
Monochromatic Colors of #93C641
Black with #93C641
Text Example
Text Example
White with #93C641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C641; }
p { color: rgb(147,198,65); }
H1.HeaderClassName
{
color: #93C641;
}
.AnyTagClassName
{
color: #93C641;
}
</style>
background-color css
<style>
a { background-color: #93C641; }
a { background-color: rgb(147,198,65); }
div.DivClassName
{
background-color: #93C641;
}
.BgClassName
{
background-color: #93C641;
}
</style>
border-color css
<style>
span { border-color: #93C641; }
span { border-color: rgb(147,198,65); }
td.TdClassName
{
border-color: #93C641;
}
.TagClassName
{
border-color: #93C641;
}
</style>