Shades of Atlantis #94D344
Tints of Atlantis #94D344
RGB
CMYK
RGB Variations
Color information
#94D344 (or 0x94D344) is known color: Atlantis. HEX triplet: 94, D3 and 44. RGB value is (148,211,68). Sum of RGB (Red+Green+Blue) = 148+211+68=427 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.66% from 427); Green value is 211 (82.81% from 255 or 49.41% from 427); Blue value is 68 (26.95% from 255 or 15.93% from 427); Max value from RGB is 211 - color contains mainly: green. Hex color #94D344 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94D344 is #6B2CBB. Grayscale: #B0B0B0. Windows color (decimal): -7023804 or 4510612. OLE color: 4510612.
HSL color Cylindrical-coordinate representation of color #94D344: hue angle of 86.43º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #94D344 is Cyan = 0.30, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 148 | 211 | 68 | - |
| CMYK | 0.30 | 0 | 0.68 | 0.17 |
| HSL | 86.43º | 0.62% | 0.55% | - |
| HSV(B) | 86.43º | 0.68% | 0.83% | - |
| XYZ | 36.55 | 53.3 | 13.83 | - |
| YUV | 175.86 | 67.13 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 211 | 68 | 0.30 | 0 | 0.68 | 0.17 | 86.43 | 0.62 | 0.55 |
| Hex | 94 | D3 | 44 | 1E | 0 | 44 | 11 | 56 | 3E | 37 |
| Octal | 224 | 323 | 104 | 36 | 0 | 104 | 21 | 126 | 76 | 67 |
| Binary | 10010100 | 11010011 | 1000100 | 11110 | 0 | 1000100 | 10001 | 1010110 | 111110 | 110111 |
Color Harmonies of #94D344
Complementary color
Monochromatic Colors of #94D344
Black with #94D344
Text Example
Text Example
White with #94D344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D344; }
p { color: rgb(148,211,68); }
H1.HeaderClassName
{
color: #94D344;
}
.AnyTagClassName
{
color: #94D344;
}
</style>
background-color css
<style>
a { background-color: #94D344; }
a { background-color: rgb(148,211,68); }
div.DivClassName
{
background-color: #94D344;
}
.BgClassName
{
background-color: #94D344;
}
</style>
border-color css
<style>
span { border-color: #94D344; }
span { border-color: rgb(148,211,68); }
td.TdClassName
{
border-color: #94D344;
}
.TagClassName
{
border-color: #94D344;
}
</style>