Shades of Atlantis #93D13D
Tints of Atlantis #93D13D
RGB
CMYK
RGB Variations
Color information
#93D13D (or 0x93D13D) is known color: Atlantis. HEX triplet: 93, D1 and 3D. RGB value is (147,209,61). Sum of RGB (Red+Green+Blue) = 147+209+61=417 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.25% from 417); Green value is 209 (82.03% from 255 or 50.12% from 417); Blue value is 61 (24.22% from 255 or 14.63% from 417); Max value from RGB is 209 - color contains mainly: green. Hex color #93D13D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93D13D is #6C2EC2. Grayscale: #AEAEAE. Windows color (decimal): -7089859 or 4051347. OLE color: 4051347.
HSL color Cylindrical-coordinate representation of color #93D13D: hue angle of 85.14º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #93D13D is Cyan = 0.30, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 209 | 61 | - |
| CMYK | 0.30 | 0 | 0.71 | 0.18 |
| HSL | 85.14º | 0.62% | 0.53% | - |
| HSV(B) | 85.14º | 0.71% | 0.82% | - |
| XYZ | 35.68 | 52.14 | 12.6 | - |
| YUV | 173.59 | 64.46 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 209 | 61 | 0.30 | 0 | 0.71 | 0.18 | 85.14 | 0.62 | 0.53 |
| Hex | 93 | D1 | 3D | 1E | 0 | 47 | 12 | 55 | 3E | 35 |
| Octal | 223 | 321 | 75 | 36 | 0 | 107 | 22 | 125 | 76 | 65 |
| Binary | 10010011 | 11010001 | 111101 | 11110 | 0 | 1000111 | 10010 | 1010101 | 111110 | 110101 |
Color Harmonies of #93D13D
Complementary color
Monochromatic Colors of #93D13D
Black with #93D13D
Text Example
Text Example
White with #93D13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D13D; }
p { color: rgb(147,209,61); }
H1.HeaderClassName
{
color: #93D13D;
}
.AnyTagClassName
{
color: #93D13D;
}
</style>
background-color css
<style>
a { background-color: #93D13D; }
a { background-color: rgb(147,209,61); }
div.DivClassName
{
background-color: #93D13D;
}
.BgClassName
{
background-color: #93D13D;
}
</style>
border-color css
<style>
span { border-color: #93D13D; }
span { border-color: rgb(147,209,61); }
td.TdClassName
{
border-color: #93D13D;
}
.TagClassName
{
border-color: #93D13D;
}
</style>