Shades of Atlantis #93C04C
Tints of Atlantis #93C04C
RGB
CMYK
RGB Variations
Color information
#93C04C (or 0x93C04C) is known color: Atlantis. HEX triplet: 93, C0 and 4C. RGB value is (147,192,76). Sum of RGB (Red+Green+Blue) = 147+192+76=415 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.42% from 415); Green value is 192 (75.39% from 255 or 46.27% from 415); Blue value is 76 (30.08% from 255 or 18.31% from 415); Max value from RGB is 192 - color contains mainly: green. Hex color #93C04C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93C04C is #6C3FB3. Grayscale: #A5A5A5. Windows color (decimal): -7094196 or 5030035. OLE color: 5030035.
HSL color Cylindrical-coordinate representation of color #93C04C: hue angle of 83.28º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #93C04C is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 192 | 76 | - |
| CMYK | 0.23 | 0 | 0.60 | 0.25 |
| HSL | 83.28º | 0.48% | 0.53% | - |
| HSV(B) | 83.28º | 0.6% | 0.75% | - |
| XYZ | 32.19 | 44.42 | 13.72 | - |
| YUV | 165.32 | 77.59 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 192 | 76 | 0.23 | 0 | 0.60 | 0.25 | 83.28 | 0.48 | 0.53 |
| Hex | 93 | C0 | 4C | 17 | 0 | 3C | 19 | 53 | 30 | 35 |
| Octal | 223 | 300 | 114 | 27 | 0 | 74 | 31 | 123 | 60 | 65 |
| Binary | 10010011 | 11000000 | 1001100 | 10111 | 0 | 111100 | 11001 | 1010011 | 110000 | 110101 |
Color Harmonies of #93C04C
Complementary color
Monochromatic Colors of #93C04C
Black with #93C04C
Text Example
Text Example
White with #93C04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C04C; }
p { color: rgb(147,192,76); }
H1.HeaderClassName
{
color: #93C04C;
}
.AnyTagClassName
{
color: #93C04C;
}
</style>
background-color css
<style>
a { background-color: #93C04C; }
a { background-color: rgb(147,192,76); }
div.DivClassName
{
background-color: #93C04C;
}
.BgClassName
{
background-color: #93C04C;
}
</style>
border-color css
<style>
span { border-color: #93C04C; }
span { border-color: rgb(147,192,76); }
td.TdClassName
{
border-color: #93C04C;
}
.TagClassName
{
border-color: #93C04C;
}
</style>