Shades of Atlantis #93D642
Tints of Atlantis #93D642
RGB
CMYK
RGB Variations
Color information
#93D642 (or 0x93D642) is known color: Atlantis. HEX triplet: 93, D6 and 42. RGB value is (147,214,66). Sum of RGB (Red+Green+Blue) = 147+214+66=427 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.43% from 427); Green value is 214 (83.98% from 255 or 50.12% from 427); Blue value is 66 (26.17% from 255 or 15.46% from 427); Max value from RGB is 214 - color contains mainly: green. Hex color #93D642 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93D642 is #6C29BD. Grayscale: #B1B1B1. Windows color (decimal): -7088574 or 4380307. OLE color: 4380307.
HSL color Cylindrical-coordinate representation of color #93D642: hue angle of 87.16º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #93D642 is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 147 | 214 | 66 | - |
| CMYK | 0.31 | 0 | 0.69 | 0.16 |
| HSL | 87.16º | 0.64% | 0.55% | - |
| HSV(B) | 87.16º | 0.69% | 0.84% | - |
| XYZ | 37.06 | 54.69 | 13.76 | - |
| YUV | 177.1 | 65.3 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 214 | 66 | 0.31 | 0 | 0.69 | 0.16 | 87.16 | 0.64 | 0.55 |
| Hex | 93 | D6 | 42 | 1F | 0 | 45 | 10 | 57 | 40 | 37 |
| Octal | 223 | 326 | 102 | 37 | 0 | 105 | 20 | 127 | 100 | 67 |
| Binary | 10010011 | 11010110 | 1000010 | 11111 | 0 | 1000101 | 10000 | 1010111 | 1000000 | 110111 |
Color Harmonies of #93D642
Complementary color
Monochromatic Colors of #93D642
Black with #93D642
Text Example
Text Example
White with #93D642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D642; }
p { color: rgb(147,214,66); }
H1.HeaderClassName
{
color: #93D642;
}
.AnyTagClassName
{
color: #93D642;
}
</style>
background-color css
<style>
a { background-color: #93D642; }
a { background-color: rgb(147,214,66); }
div.DivClassName
{
background-color: #93D642;
}
.BgClassName
{
background-color: #93D642;
}
</style>
border-color css
<style>
span { border-color: #93D642; }
span { border-color: rgb(147,214,66); }
td.TdClassName
{
border-color: #93D642;
}
.TagClassName
{
border-color: #93D642;
}
</style>