Shades of Atlantis #93D145
Tints of Atlantis #93D145
RGB
CMYK
RGB Variations
Color information
#93D145 (or 0x93D145) is known color: Atlantis. HEX triplet: 93, D1 and 45. RGB value is (147,209,69). Sum of RGB (Red+Green+Blue) = 147+209+69=425 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.59% from 425); Green value is 209 (82.03% from 255 or 49.18% from 425); Blue value is 69 (27.34% from 255 or 16.24% from 425); Max value from RGB is 209 - color contains mainly: green. Hex color #93D145 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93D145 is #6C2EBA. Grayscale: #AFAFAF. Windows color (decimal): -7089851 or 4575635. OLE color: 4575635.
HSL color Cylindrical-coordinate representation of color #93D145: hue angle of 86.57º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #93D145 is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 209 | 69 | - |
| CMYK | 0.30 | 0 | 0.67 | 0.18 |
| HSL | 86.57º | 0.6% | 0.55% | - |
| HSV(B) | 86.57º | 0.67% | 0.82% | - |
| XYZ | 35.91 | 52.23 | 13.82 | - |
| YUV | 174.5 | 68.46 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 209 | 69 | 0.30 | 0 | 0.67 | 0.18 | 86.57 | 0.6 | 0.55 |
| Hex | 93 | D1 | 45 | 1E | 0 | 43 | 12 | 57 | 3C | 37 |
| Octal | 223 | 321 | 105 | 36 | 0 | 103 | 22 | 127 | 74 | 67 |
| Binary | 10010011 | 11010001 | 1000101 | 11110 | 0 | 1000011 | 10010 | 1010111 | 111100 | 110111 |
Color Harmonies of #93D145
Complementary color
Monochromatic Colors of #93D145
Black with #93D145
Text Example
Text Example
White with #93D145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D145; }
p { color: rgb(147,209,69); }
H1.HeaderClassName
{
color: #93D145;
}
.AnyTagClassName
{
color: #93D145;
}
</style>
background-color css
<style>
a { background-color: #93D145; }
a { background-color: rgb(147,209,69); }
div.DivClassName
{
background-color: #93D145;
}
.BgClassName
{
background-color: #93D145;
}
</style>
border-color css
<style>
span { border-color: #93D145; }
span { border-color: rgb(147,209,69); }
td.TdClassName
{
border-color: #93D145;
}
.TagClassName
{
border-color: #93D145;
}
</style>