Shades of Atlantis #94CA4E
Tints of Atlantis #94CA4E
RGB
CMYK
RGB Variations
Color information
#94CA4E (or 0x94CA4E) is known color: Atlantis. HEX triplet: 94, CA and 4E. RGB value is (148,202,78). Sum of RGB (Red+Green+Blue) = 148+202+78=428 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.58% from 428); Green value is 202 (79.30% from 255 or 47.20% from 428); Blue value is 78 (30.86% from 255 or 18.22% from 428); Max value from RGB is 202 - color contains mainly: green. Hex color #94CA4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94CA4E is #6B35B1. Grayscale: #ACACAC. Windows color (decimal): -7026098 or 5163668. OLE color: 5163668.
HSL color Cylindrical-coordinate representation of color #94CA4E: hue angle of 86.13º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #94CA4E is Cyan = 0.27, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 148 | 202 | 78 | - |
| CMYK | 0.27 | 0 | 0.61 | 0.21 |
| HSL | 86.13º | 0.54% | 0.55% | - |
| HSV(B) | 86.13º | 0.61% | 0.79% | - |
| XYZ | 34.71 | 49.09 | 14.85 | - |
| YUV | 171.72 | 75.11 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 202 | 78 | 0.27 | 0 | 0.61 | 0.21 | 86.13 | 0.54 | 0.55 |
| Hex | 94 | CA | 4E | 1B | 0 | 3D | 15 | 56 | 36 | 37 |
| Octal | 224 | 312 | 116 | 33 | 0 | 75 | 25 | 126 | 66 | 67 |
| Binary | 10010100 | 11001010 | 1001110 | 11011 | 0 | 111101 | 10101 | 1010110 | 110110 | 110111 |
Color Harmonies of #94CA4E
Complementary color
Monochromatic Colors of #94CA4E
Black with #94CA4E
Text Example
Text Example
White with #94CA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CA4E; }
p { color: rgb(148,202,78); }
H1.HeaderClassName
{
color: #94CA4E;
}
.AnyTagClassName
{
color: #94CA4E;
}
</style>
background-color css
<style>
a { background-color: #94CA4E; }
a { background-color: rgb(148,202,78); }
div.DivClassName
{
background-color: #94CA4E;
}
.BgClassName
{
background-color: #94CA4E;
}
</style>
border-color css
<style>
span { border-color: #94CA4E; }
span { border-color: rgb(148,202,78); }
td.TdClassName
{
border-color: #94CA4E;
}
.TagClassName
{
border-color: #94CA4E;
}
</style>