Shades of Atlantis #93D44A
Tints of Atlantis #93D44A
RGB
CMYK
RGB Variations
Color information
#93D44A (or 0x93D44A) is known color: Atlantis. HEX triplet: 93, D4 and 4A. RGB value is (147,212,74). Sum of RGB (Red+Green+Blue) = 147+212+74=433 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.95% from 433); Green value is 212 (83.20% from 255 or 48.96% from 433); Blue value is 74 (29.30% from 255 or 17.09% from 433); Max value from RGB is 212 - color contains mainly: green. Hex color #93D44A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93D44A is #6C2BB5. Grayscale: #B1B1B1. Windows color (decimal): -7089078 or 4904083. OLE color: 4904083.
HSL color Cylindrical-coordinate representation of color #93D44A: hue angle of 88.26º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #93D44A is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 147 | 212 | 74 | - |
| CMYK | 0.31 | 0 | 0.65 | 0.17 |
| HSL | 88.26º | 0.62% | 0.56% | - |
| HSV(B) | 88.26º | 0.65% | 0.83% | - |
| XYZ | 36.81 | 53.78 | 14.92 | - |
| YUV | 176.83 | 69.97 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 212 | 74 | 0.31 | 0 | 0.65 | 0.17 | 88.26 | 0.62 | 0.56 |
| Hex | 93 | D4 | 4A | 1F | 0 | 41 | 11 | 58 | 3E | 38 |
| Octal | 223 | 324 | 112 | 37 | 0 | 101 | 21 | 130 | 76 | 70 |
| Binary | 10010011 | 11010100 | 1001010 | 11111 | 0 | 1000001 | 10001 | 1011000 | 111110 | 111000 |
Color Harmonies of #93D44A
Complementary color
Monochromatic Colors of #93D44A
Black with #93D44A
Text Example
Text Example
White with #93D44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D44A; }
p { color: rgb(147,212,74); }
H1.HeaderClassName
{
color: #93D44A;
}
.AnyTagClassName
{
color: #93D44A;
}
</style>
background-color css
<style>
a { background-color: #93D44A; }
a { background-color: rgb(147,212,74); }
div.DivClassName
{
background-color: #93D44A;
}
.BgClassName
{
background-color: #93D44A;
}
</style>
border-color css
<style>
span { border-color: #93D44A; }
span { border-color: rgb(147,212,74); }
td.TdClassName
{
border-color: #93D44A;
}
.TagClassName
{
border-color: #93D44A;
}
</style>