Shades of Atlantis #93CE4A
Tints of Atlantis #93CE4A
RGB
CMYK
RGB Variations
Color information
#93CE4A (or 0x93CE4A) is known color: Atlantis. HEX triplet: 93, CE and 4A. RGB value is (147,206,74). Sum of RGB (Red+Green+Blue) = 147+206+74=427 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.43% from 427); Green value is 206 (80.86% from 255 or 48.24% from 427); Blue value is 74 (29.30% from 255 or 17.33% from 427); Max value from RGB is 206 - color contains mainly: green. Hex color #93CE4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93CE4A is #6C31B5. Grayscale: #ADADAD. Windows color (decimal): -7090614 or 4902547. OLE color: 4902547.
HSL color Cylindrical-coordinate representation of color #93CE4A: hue angle of 86.82º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #93CE4A is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 206 | 74 | - |
| CMYK | 0.29 | 0 | 0.64 | 0.19 |
| HSL | 86.82º | 0.57% | 0.55% | - |
| HSV(B) | 86.82º | 0.64% | 0.81% | - |
| XYZ | 35.34 | 50.84 | 14.43 | - |
| YUV | 173.31 | 71.95 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 206 | 74 | 0.29 | 0 | 0.64 | 0.19 | 86.82 | 0.57 | 0.55 |
| Hex | 93 | CE | 4A | 1D | 0 | 40 | 13 | 57 | 39 | 37 |
| Octal | 223 | 316 | 112 | 35 | 0 | 100 | 23 | 127 | 71 | 67 |
| Binary | 10010011 | 11001110 | 1001010 | 11101 | 0 | 1000000 | 10011 | 1010111 | 111001 | 110111 |
Color Harmonies of #93CE4A
Complementary color
Monochromatic Colors of #93CE4A
Black with #93CE4A
Text Example
Text Example
White with #93CE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CE4A; }
p { color: rgb(147,206,74); }
H1.HeaderClassName
{
color: #93CE4A;
}
.AnyTagClassName
{
color: #93CE4A;
}
</style>
background-color css
<style>
a { background-color: #93CE4A; }
a { background-color: rgb(147,206,74); }
div.DivClassName
{
background-color: #93CE4A;
}
.BgClassName
{
background-color: #93CE4A;
}
</style>
border-color css
<style>
span { border-color: #93CE4A; }
span { border-color: rgb(147,206,74); }
td.TdClassName
{
border-color: #93CE4A;
}
.TagClassName
{
border-color: #93CE4A;
}
</style>