Shades of Atlantis #94C64C
Tints of Atlantis #94C64C
RGB
CMYK
RGB Variations
Color information
#94C64C (or 0x94C64C) is known color: Atlantis. HEX triplet: 94, C6 and 4C. RGB value is (148,198,76). Sum of RGB (Red+Green+Blue) = 148+198+76=422 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.07% from 422); Green value is 198 (77.73% from 255 or 46.92% from 422); Blue value is 76 (30.08% from 255 or 18.01% from 422); Max value from RGB is 198 - color contains mainly: green. Hex color #94C64C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94C64C is #6B39B3. Grayscale: #A9A9A9. Windows color (decimal): -7027124 or 5031572. OLE color: 5031572.
HSL color Cylindrical-coordinate representation of color #94C64C: hue angle of 84.59º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #94C64C is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 148 | 198 | 76 | - |
| CMYK | 0.25 | 0 | 0.62 | 0.22 |
| HSL | 84.59º | 0.52% | 0.54% | - |
| HSV(B) | 84.59º | 0.62% | 0.78% | - |
| XYZ | 33.71 | 47.21 | 14.17 | - |
| YUV | 169.14 | 75.44 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 198 | 76 | 0.25 | 0 | 0.62 | 0.22 | 84.59 | 0.52 | 0.54 |
| Hex | 94 | C6 | 4C | 19 | 0 | 3E | 16 | 55 | 34 | 36 |
| Octal | 224 | 306 | 114 | 31 | 0 | 76 | 26 | 125 | 64 | 66 |
| Binary | 10010100 | 11000110 | 1001100 | 11001 | 0 | 111110 | 10110 | 1010101 | 110100 | 110110 |
Color Harmonies of #94C64C
Complementary color
Monochromatic Colors of #94C64C
Black with #94C64C
Text Example
Text Example
White with #94C64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C64C; }
p { color: rgb(148,198,76); }
H1.HeaderClassName
{
color: #94C64C;
}
.AnyTagClassName
{
color: #94C64C;
}
</style>
background-color css
<style>
a { background-color: #94C64C; }
a { background-color: rgb(148,198,76); }
div.DivClassName
{
background-color: #94C64C;
}
.BgClassName
{
background-color: #94C64C;
}
</style>
border-color css
<style>
span { border-color: #94C64C; }
span { border-color: rgb(148,198,76); }
td.TdClassName
{
border-color: #94C64C;
}
.TagClassName
{
border-color: #94C64C;
}
</style>