Shades of Atlantis #94C752
Tints of Atlantis #94C752
RGB
CMYK
RGB Variations
Color information
#94C752 (or 0x94C752) is known color: Atlantis. HEX triplet: 94, C7 and 52. RGB value is (148,199,82). Sum of RGB (Red+Green+Blue) = 148+199+82=429 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.50% from 429); Green value is 199 (78.12% from 255 or 46.39% from 429); Blue value is 82 (32.42% from 255 or 19.11% from 429); Max value from RGB is 199 - color contains mainly: green. Hex color #94C752 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C752 is #6B38AD. Grayscale: #AAAAAA. Windows color (decimal): -7026862 or 5425044. OLE color: 5425044.
HSL color Cylindrical-coordinate representation of color #94C752: hue angle of 86.15º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #94C752 is Cyan = 0.26, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 148 | 199 | 82 | - |
| CMYK | 0.26 | 0 | 0.59 | 0.22 |
| HSL | 86.15º | 0.51% | 0.55% | - |
| HSV(B) | 86.15º | 0.59% | 0.78% | - |
| XYZ | 34.16 | 47.75 | 15.4 | - |
| YUV | 170.41 | 78.1 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 199 | 82 | 0.26 | 0 | 0.59 | 0.22 | 86.15 | 0.51 | 0.55 |
| Hex | 94 | C7 | 52 | 1A | 0 | 3B | 16 | 56 | 33 | 37 |
| Octal | 224 | 307 | 122 | 32 | 0 | 73 | 26 | 126 | 63 | 67 |
| Binary | 10010100 | 11000111 | 1010010 | 11010 | 0 | 111011 | 10110 | 1010110 | 110011 | 110111 |
Color Harmonies of #94C752
Complementary color
Monochromatic Colors of #94C752
Black with #94C752
Text Example
Text Example
White with #94C752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C752; }
p { color: rgb(148,199,82); }
H1.HeaderClassName
{
color: #94C752;
}
.AnyTagClassName
{
color: #94C752;
}
</style>
background-color css
<style>
a { background-color: #94C752; }
a { background-color: rgb(148,199,82); }
div.DivClassName
{
background-color: #94C752;
}
.BgClassName
{
background-color: #94C752;
}
</style>
border-color css
<style>
span { border-color: #94C752; }
span { border-color: rgb(148,199,82); }
td.TdClassName
{
border-color: #94C752;
}
.TagClassName
{
border-color: #94C752;
}
</style>