Shades of Atlantis #94C950
Tints of Atlantis #94C950
RGB
CMYK
RGB Variations
Color information
#94C950 (or 0x94C950) is known color: Atlantis. HEX triplet: 94, C9 and 50. RGB value is (148,201,80). Sum of RGB (Red+Green+Blue) = 148+201+80=429 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.50% from 429); Green value is 201 (78.91% from 255 or 46.85% from 429); Blue value is 80 (31.64% from 255 or 18.65% from 429); Max value from RGB is 201 - color contains mainly: green. Hex color #94C950 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C950 is #6B36AF. Grayscale: #ABABAB. Windows color (decimal): -7026352 or 5294484. OLE color: 5294484.
HSL color Cylindrical-coordinate representation of color #94C950: hue angle of 86.28º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #94C950 is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 148 | 201 | 80 | - |
| CMYK | 0.26 | 0 | 0.60 | 0.21 |
| HSL | 86.28º | 0.53% | 0.55% | - |
| HSV(B) | 86.28º | 0.6% | 0.79% | - |
| XYZ | 34.55 | 48.65 | 15.16 | - |
| YUV | 171.36 | 76.44 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 201 | 80 | 0.26 | 0 | 0.60 | 0.21 | 86.28 | 0.53 | 0.55 |
| Hex | 94 | C9 | 50 | 1A | 0 | 3C | 15 | 56 | 35 | 37 |
| Octal | 224 | 311 | 120 | 32 | 0 | 74 | 25 | 126 | 65 | 67 |
| Binary | 10010100 | 11001001 | 1010000 | 11010 | 0 | 111100 | 10101 | 1010110 | 110101 | 110111 |
Color Harmonies of #94C950
Complementary color
Monochromatic Colors of #94C950
Black with #94C950
Text Example
Text Example
White with #94C950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C950; }
p { color: rgb(148,201,80); }
H1.HeaderClassName
{
color: #94C950;
}
.AnyTagClassName
{
color: #94C950;
}
</style>
background-color css
<style>
a { background-color: #94C950; }
a { background-color: rgb(148,201,80); }
div.DivClassName
{
background-color: #94C950;
}
.BgClassName
{
background-color: #94C950;
}
</style>
border-color css
<style>
span { border-color: #94C950; }
span { border-color: rgb(148,201,80); }
td.TdClassName
{
border-color: #94C950;
}
.TagClassName
{
border-color: #94C950;
}
</style>