Shades of Atlantis #94C93D
Tints of Atlantis #94C93D
RGB
CMYK
RGB Variations
Color information
#94C93D (or 0x94C93D) is known color: Atlantis. HEX triplet: 94, C9 and 3D. RGB value is (148,201,61). Sum of RGB (Red+Green+Blue) = 148+201+61=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 201 (78.91% from 255 or 49.02% from 410); Blue value is 61 (24.22% from 255 or 14.88% from 410); Max value from RGB is 201 - color contains mainly: green. Hex color #94C93D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94C93D is #6B36C2. Grayscale: #A9A9A9. Windows color (decimal): -7026371 or 4049300. OLE color: 4049300.
HSL color Cylindrical-coordinate representation of color #94C93D: hue angle of 82.71º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #94C93D is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 148 | 201 | 61 | - |
| CMYK | 0.26 | 0 | 0.70 | 0.21 |
| HSL | 82.71º | 0.56% | 0.51% | - |
| HSV(B) | 82.71º | 0.7% | 0.79% | - |
| XYZ | 33.94 | 48.41 | 11.97 | - |
| YUV | 169.19 | 66.94 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 201 | 61 | 0.26 | 0 | 0.70 | 0.21 | 82.71 | 0.56 | 0.51 |
| Hex | 94 | C9 | 3D | 1A | 0 | 46 | 15 | 53 | 38 | 33 |
| Octal | 224 | 311 | 75 | 32 | 0 | 106 | 25 | 123 | 70 | 63 |
| Binary | 10010100 | 11001001 | 111101 | 11010 | 0 | 1000110 | 10101 | 1010011 | 111000 | 110011 |
Color Harmonies of #94C93D
Complementary color
Monochromatic Colors of #94C93D
Black with #94C93D
Text Example
Text Example
White with #94C93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C93D; }
p { color: rgb(148,201,61); }
H1.HeaderClassName
{
color: #94C93D;
}
.AnyTagClassName
{
color: #94C93D;
}
</style>
background-color css
<style>
a { background-color: #94C93D; }
a { background-color: rgb(148,201,61); }
div.DivClassName
{
background-color: #94C93D;
}
.BgClassName
{
background-color: #94C93D;
}
</style>
border-color css
<style>
span { border-color: #94C93D; }
span { border-color: rgb(148,201,61); }
td.TdClassName
{
border-color: #94C93D;
}
.TagClassName
{
border-color: #94C93D;
}
</style>