Shades of Atlantis #94D448
Tints of Atlantis #94D448
RGB
CMYK
RGB Variations
Color information
#94D448 (or 0x94D448) is known color: Atlantis. HEX triplet: 94, D4 and 48. RGB value is (148,212,72). Sum of RGB (Red+Green+Blue) = 148+212+72=432 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.26% from 432); Green value is 212 (83.20% from 255 or 49.07% from 432); Blue value is 72 (28.52% from 255 or 16.67% from 432); Max value from RGB is 212 - color contains mainly: green. Hex color #94D448 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94D448 is #6B2BB7. Grayscale: #B1B1B1. Windows color (decimal): -7023544 or 4773012. OLE color: 4773012.
HSL color Cylindrical-coordinate representation of color #94D448: hue angle of 87.43º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #94D448 is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 148 | 212 | 72 | - |
| CMYK | 0.30 | 0 | 0.66 | 0.17 |
| HSL | 87.43º | 0.62% | 0.56% | - |
| HSV(B) | 87.43º | 0.66% | 0.83% | - |
| XYZ | 36.93 | 53.85 | 14.58 | - |
| YUV | 176.9 | 68.8 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 212 | 72 | 0.30 | 0 | 0.66 | 0.17 | 87.43 | 0.62 | 0.56 |
| Hex | 94 | D4 | 48 | 1E | 0 | 42 | 11 | 57 | 3E | 38 |
| Octal | 224 | 324 | 110 | 36 | 0 | 102 | 21 | 127 | 76 | 70 |
| Binary | 10010100 | 11010100 | 1001000 | 11110 | 0 | 1000010 | 10001 | 1010111 | 111110 | 111000 |
Color Harmonies of #94D448
Complementary color
Monochromatic Colors of #94D448
Black with #94D448
Text Example
Text Example
White with #94D448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D448; }
p { color: rgb(148,212,72); }
H1.HeaderClassName
{
color: #94D448;
}
.AnyTagClassName
{
color: #94D448;
}
</style>
background-color css
<style>
a { background-color: #94D448; }
a { background-color: rgb(148,212,72); }
div.DivClassName
{
background-color: #94D448;
}
.BgClassName
{
background-color: #94D448;
}
</style>
border-color css
<style>
span { border-color: #94D448; }
span { border-color: rgb(148,212,72); }
td.TdClassName
{
border-color: #94D448;
}
.TagClassName
{
border-color: #94D448;
}
</style>