Shades of Atlantis #94B941
Tints of Atlantis #94B941
RGB
CMYK
RGB Variations
Color information
#94B941 (or 0x94B941) is known color: Atlantis. HEX triplet: 94, B9 and 41. RGB value is (148,185,65). Sum of RGB (Red+Green+Blue) = 148+185+65=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 185 (72.66% from 255 or 46.48% from 398); Blue value is 65 (25.78% from 255 or 16.33% from 398); Max value from RGB is 185 - color contains mainly: green. Hex color #94B941 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94B941 is #6B46BE. Grayscale: #A0A0A0. Windows color (decimal): -7030463 or 4307348. OLE color: 4307348.
HSL color Cylindrical-coordinate representation of color #94B941: hue angle of 78.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #94B941 is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 185 | 65 | - |
| CMYK | 0.20 | 0 | 0.65 | 0.27 |
| HSL | 78.5º | 0.48% | 0.49% | - |
| HSV(B) | 78.5º | 0.65% | 0.73% | - |
| XYZ | 30.52 | 41.38 | 11.38 | - |
| YUV | 160.26 | 74.24 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 185 | 65 | 0.20 | 0 | 0.65 | 0.27 | 78.5 | 0.48 | 0.49 |
| Hex | 94 | B9 | 41 | 14 | 0 | 41 | 1B | 4E | 30 | 31 |
| Octal | 224 | 271 | 101 | 24 | 0 | 101 | 33 | 116 | 60 | 61 |
| Binary | 10010100 | 10111001 | 1000001 | 10100 | 0 | 1000001 | 11011 | 1001110 | 110000 | 110001 |
Color Harmonies of #94B941
Complementary color
Monochromatic Colors of #94B941
Black with #94B941
Text Example
Text Example
White with #94B941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B941; }
p { color: rgb(148,185,65); }
H1.HeaderClassName
{
color: #94B941;
}
.AnyTagClassName
{
color: #94B941;
}
</style>
background-color css
<style>
a { background-color: #94B941; }
a { background-color: rgb(148,185,65); }
div.DivClassName
{
background-color: #94B941;
}
.BgClassName
{
background-color: #94B941;
}
</style>
border-color css
<style>
span { border-color: #94B941; }
span { border-color: rgb(148,185,65); }
td.TdClassName
{
border-color: #94B941;
}
.TagClassName
{
border-color: #94B941;
}
</style>