Shades of Atlantis #93C743
Tints of Atlantis #93C743
RGB
CMYK
RGB Variations
Color information
#93C743 (or 0x93C743) is known color: Atlantis. HEX triplet: 93, C7 and 43. RGB value is (147,199,67). Sum of RGB (Red+Green+Blue) = 147+199+67=413 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.59% from 413); Green value is 199 (78.12% from 255 or 48.18% from 413); Blue value is 67 (26.56% from 255 or 16.22% from 413); Max value from RGB is 199 - color contains mainly: green. Hex color #93C743 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93C743 is #6C38BC. Grayscale: #A8A8A8. Windows color (decimal): -7092413 or 4442003. OLE color: 4442003.
HSL color Cylindrical-coordinate representation of color #93C743: hue angle of 83.64º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #93C743 is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 147 | 199 | 67 | - |
| CMYK | 0.26 | 0 | 0.66 | 0.22 |
| HSL | 83.64º | 0.54% | 0.52% | - |
| HSV(B) | 83.64º | 0.66% | 0.78% | - |
| XYZ | 33.47 | 47.46 | 12.71 | - |
| YUV | 168.4 | 70.77 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 199 | 67 | 0.26 | 0 | 0.66 | 0.22 | 83.64 | 0.54 | 0.52 |
| Hex | 93 | C7 | 43 | 1A | 0 | 42 | 16 | 54 | 36 | 34 |
| Octal | 223 | 307 | 103 | 32 | 0 | 102 | 26 | 124 | 66 | 64 |
| Binary | 10010011 | 11000111 | 1000011 | 11010 | 0 | 1000010 | 10110 | 1010100 | 110110 | 110100 |
Color Harmonies of #93C743
Complementary color
Monochromatic Colors of #93C743
Black with #93C743
Text Example
Text Example
White with #93C743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C743; }
p { color: rgb(147,199,67); }
H1.HeaderClassName
{
color: #93C743;
}
.AnyTagClassName
{
color: #93C743;
}
</style>
background-color css
<style>
a { background-color: #93C743; }
a { background-color: rgb(147,199,67); }
div.DivClassName
{
background-color: #93C743;
}
.BgClassName
{
background-color: #93C743;
}
</style>
border-color css
<style>
span { border-color: #93C743; }
span { border-color: rgb(147,199,67); }
td.TdClassName
{
border-color: #93C743;
}
.TagClassName
{
border-color: #93C743;
}
</style>