Shades of Atlantis #93D043
Tints of Atlantis #93D043
RGB
CMYK
RGB Variations
Color information
#93D043 (or 0x93D043) is known color: Atlantis. HEX triplet: 93, D0 and 43. RGB value is (147,208,67). Sum of RGB (Red+Green+Blue) = 147+208+67=422 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.83% from 422); Green value is 208 (81.64% from 255 or 49.29% from 422); Blue value is 67 (26.56% from 255 or 15.88% from 422); Max value from RGB is 208 - color contains mainly: green. Hex color #93D043 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93D043 is #6C2FBC. Grayscale: #AEAEAE. Windows color (decimal): -7090109 or 4444307. OLE color: 4444307.
HSL color Cylindrical-coordinate representation of color #93D043: hue angle of 85.96º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #93D043 is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 208 | 67 | - |
| CMYK | 0.29 | 0 | 0.68 | 0.18 |
| HSL | 85.96º | 0.6% | 0.54% | - |
| HSV(B) | 85.96º | 0.68% | 0.82% | - |
| XYZ | 35.6 | 51.72 | 13.42 | - |
| YUV | 173.69 | 67.79 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 208 | 67 | 0.29 | 0 | 0.68 | 0.18 | 85.96 | 0.6 | 0.54 |
| Hex | 93 | D0 | 43 | 1D | 0 | 44 | 12 | 56 | 3C | 36 |
| Octal | 223 | 320 | 103 | 35 | 0 | 104 | 22 | 126 | 74 | 66 |
| Binary | 10010011 | 11010000 | 1000011 | 11101 | 0 | 1000100 | 10010 | 1010110 | 111100 | 110110 |
Color Harmonies of #93D043
Complementary color
Monochromatic Colors of #93D043
Black with #93D043
Text Example
Text Example
White with #93D043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D043; }
p { color: rgb(147,208,67); }
H1.HeaderClassName
{
color: #93D043;
}
.AnyTagClassName
{
color: #93D043;
}
</style>
background-color css
<style>
a { background-color: #93D043; }
a { background-color: rgb(147,208,67); }
div.DivClassName
{
background-color: #93D043;
}
.BgClassName
{
background-color: #93D043;
}
</style>
border-color css
<style>
span { border-color: #93D043; }
span { border-color: rgb(147,208,67); }
td.TdClassName
{
border-color: #93D043;
}
.TagClassName
{
border-color: #93D043;
}
</style>