Shades of Atlantis #93C14A
Tints of Atlantis #93C14A
RGB
CMYK
RGB Variations
Color information
#93C14A (or 0x93C14A) is known color: Atlantis. HEX triplet: 93, C1 and 4A. RGB value is (147,193,74). Sum of RGB (Red+Green+Blue) = 147+193+74=414 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.51% from 414); Green value is 193 (75.78% from 255 or 46.62% from 414); Blue value is 74 (29.30% from 255 or 17.87% from 414); Max value from RGB is 193 - color contains mainly: green. Hex color #93C14A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93C14A is #6C3EB5. Grayscale: #A6A6A6. Windows color (decimal): -7093942 or 4899219. OLE color: 4899219.
HSL color Cylindrical-coordinate representation of color #93C14A: hue angle of 83.19º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #93C14A is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 193 | 74 | - |
| CMYK | 0.24 | 0 | 0.62 | 0.24 |
| HSL | 83.19º | 0.49% | 0.52% | - |
| HSV(B) | 83.19º | 0.62% | 0.76% | - |
| XYZ | 32.34 | 44.84 | 13.43 | - |
| YUV | 165.68 | 76.26 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 193 | 74 | 0.24 | 0 | 0.62 | 0.24 | 83.19 | 0.49 | 0.52 |
| Hex | 93 | C1 | 4A | 18 | 0 | 3E | 18 | 53 | 31 | 34 |
| Octal | 223 | 301 | 112 | 30 | 0 | 76 | 30 | 123 | 61 | 64 |
| Binary | 10010011 | 11000001 | 1001010 | 11000 | 0 | 111110 | 11000 | 1010011 | 110001 | 110100 |
Color Harmonies of #93C14A
Complementary color
Monochromatic Colors of #93C14A
Black with #93C14A
Text Example
Text Example
White with #93C14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C14A; }
p { color: rgb(147,193,74); }
H1.HeaderClassName
{
color: #93C14A;
}
.AnyTagClassName
{
color: #93C14A;
}
</style>
background-color css
<style>
a { background-color: #93C14A; }
a { background-color: rgb(147,193,74); }
div.DivClassName
{
background-color: #93C14A;
}
.BgClassName
{
background-color: #93C14A;
}
</style>
border-color css
<style>
span { border-color: #93C14A; }
span { border-color: rgb(147,193,74); }
td.TdClassName
{
border-color: #93C14A;
}
.TagClassName
{
border-color: #93C14A;
}
</style>