Shades of Atlantis #93C23D
Tints of Atlantis #93C23D
RGB
CMYK
RGB Variations
Color information
#93C23D (or 0x93C23D) is known color: Atlantis. HEX triplet: 93, C2 and 3D. RGB value is (147,194,61). Sum of RGB (Red+Green+Blue) = 147+194+61=402 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.57% from 402); Green value is 194 (76.17% from 255 or 48.26% from 402); Blue value is 61 (24.22% from 255 or 15.17% from 402); Max value from RGB is 194 - color contains mainly: green. Hex color #93C23D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93C23D is #6C3DC2. Grayscale: #A5A5A5. Windows color (decimal): -7093699 or 4047507. OLE color: 4047507.
HSL color Cylindrical-coordinate representation of color #93C23D: hue angle of 81.2º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #93C23D is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 194 | 61 | - |
| CMYK | 0.24 | 0 | 0.69 | 0.24 |
| HSL | 81.2º | 0.52% | 0.5% | - |
| HSV(B) | 81.2º | 0.69% | 0.76% | - |
| XYZ | 32.17 | 45.12 | 11.43 | - |
| YUV | 164.79 | 69.43 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 194 | 61 | 0.24 | 0 | 0.69 | 0.24 | 81.2 | 0.52 | 0.5 |
| Hex | 93 | C2 | 3D | 18 | 0 | 45 | 18 | 51 | 34 | 32 |
| Octal | 223 | 302 | 75 | 30 | 0 | 105 | 30 | 121 | 64 | 62 |
| Binary | 10010011 | 11000010 | 111101 | 11000 | 0 | 1000101 | 11000 | 1010001 | 110100 | 110010 |
Color Harmonies of #93C23D
Complementary color
Monochromatic Colors of #93C23D
Black with #93C23D
Text Example
Text Example
White with #93C23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C23D; }
p { color: rgb(147,194,61); }
H1.HeaderClassName
{
color: #93C23D;
}
.AnyTagClassName
{
color: #93C23D;
}
</style>
background-color css
<style>
a { background-color: #93C23D; }
a { background-color: rgb(147,194,61); }
div.DivClassName
{
background-color: #93C23D;
}
.BgClassName
{
background-color: #93C23D;
}
</style>
border-color css
<style>
span { border-color: #93C23D; }
span { border-color: rgb(147,194,61); }
td.TdClassName
{
border-color: #93C23D;
}
.TagClassName
{
border-color: #93C23D;
}
</style>