Shades of Atlantis #93D14B
Tints of Atlantis #93D14B
RGB
CMYK
RGB Variations
Color information
#93D14B (or 0x93D14B) is known color: Atlantis. HEX triplet: 93, D1 and 4B. RGB value is (147,209,75). Sum of RGB (Red+Green+Blue) = 147+209+75=431 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.11% from 431); Green value is 209 (82.03% from 255 or 48.49% from 431); Blue value is 75 (29.69% from 255 or 17.40% from 431); Max value from RGB is 209 - color contains mainly: green. Hex color #93D14B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93D14B is #6C2EB4. Grayscale: #AFAFAF. Windows color (decimal): -7089845 or 4968851. OLE color: 4968851.
HSL color Cylindrical-coordinate representation of color #93D14B: hue angle of 87.76º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #93D14B is Cyan = 0.30, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 209 | 75 | - |
| CMYK | 0.30 | 0 | 0.64 | 0.18 |
| HSL | 87.76º | 0.59% | 0.56% | - |
| HSV(B) | 87.76º | 0.64% | 0.82% | - |
| XYZ | 36.1 | 52.31 | 14.85 | - |
| YUV | 175.19 | 71.46 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 209 | 75 | 0.30 | 0 | 0.64 | 0.18 | 87.76 | 0.59 | 0.56 |
| Hex | 93 | D1 | 4B | 1E | 0 | 40 | 12 | 58 | 3B | 38 |
| Octal | 223 | 321 | 113 | 36 | 0 | 100 | 22 | 130 | 73 | 70 |
| Binary | 10010011 | 11010001 | 1001011 | 11110 | 0 | 1000000 | 10010 | 1011000 | 111011 | 111000 |
Color Harmonies of #93D14B
Complementary color
Monochromatic Colors of #93D14B
Black with #93D14B
Text Example
Text Example
White with #93D14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D14B; }
p { color: rgb(147,209,75); }
H1.HeaderClassName
{
color: #93D14B;
}
.AnyTagClassName
{
color: #93D14B;
}
</style>
background-color css
<style>
a { background-color: #93D14B; }
a { background-color: rgb(147,209,75); }
div.DivClassName
{
background-color: #93D14B;
}
.BgClassName
{
background-color: #93D14B;
}
</style>
border-color css
<style>
span { border-color: #93D14B; }
span { border-color: rgb(147,209,75); }
td.TdClassName
{
border-color: #93D14B;
}
.TagClassName
{
border-color: #93D14B;
}
</style>