Shades of Atlantis #93D344
Tints of Atlantis #93D344
RGB
CMYK
RGB Variations
Color information
#93D344 (or 0x93D344) is known color: Atlantis. HEX triplet: 93, D3 and 44. RGB value is (147,211,68). Sum of RGB (Red+Green+Blue) = 147+211+68=426 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.51% from 426); Green value is 211 (82.81% from 255 or 49.53% from 426); Blue value is 68 (26.95% from 255 or 15.96% from 426); Max value from RGB is 211 - color contains mainly: green. Hex color #93D344 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93D344 is #6C2CBB. Grayscale: #B0B0B0. Windows color (decimal): -7089340 or 4510611. OLE color: 4510611.
HSL color Cylindrical-coordinate representation of color #93D344: hue angle of 86.85º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #93D344 is Cyan = 0.30, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 147 | 211 | 68 | - |
| CMYK | 0.30 | 0 | 0.68 | 0.17 |
| HSL | 86.85º | 0.62% | 0.55% | - |
| HSV(B) | 86.85º | 0.68% | 0.83% | - |
| XYZ | 36.37 | 53.21 | 13.82 | - |
| YUV | 175.56 | 67.3 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 211 | 68 | 0.30 | 0 | 0.68 | 0.17 | 86.85 | 0.62 | 0.55 |
| Hex | 93 | D3 | 44 | 1E | 0 | 44 | 11 | 57 | 3E | 37 |
| Octal | 223 | 323 | 104 | 36 | 0 | 104 | 21 | 127 | 76 | 67 |
| Binary | 10010011 | 11010011 | 1000100 | 11110 | 0 | 1000100 | 10001 | 1010111 | 111110 | 110111 |
Color Harmonies of #93D344
Complementary color
Monochromatic Colors of #93D344
Black with #93D344
Text Example
Text Example
White with #93D344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D344; }
p { color: rgb(147,211,68); }
H1.HeaderClassName
{
color: #93D344;
}
.AnyTagClassName
{
color: #93D344;
}
</style>
background-color css
<style>
a { background-color: #93D344; }
a { background-color: rgb(147,211,68); }
div.DivClassName
{
background-color: #93D344;
}
.BgClassName
{
background-color: #93D344;
}
</style>
border-color css
<style>
span { border-color: #93D344; }
span { border-color: rgb(147,211,68); }
td.TdClassName
{
border-color: #93D344;
}
.TagClassName
{
border-color: #93D344;
}
</style>