Shades of Atlantis #94D236
Tints of Atlantis #94D236
RGB
CMYK
RGB Variations
Color information
#94D236 (or 0x94D236) is known color: Atlantis. HEX triplet: 94, D2 and 36. RGB value is (148,210,54). Sum of RGB (Red+Green+Blue) = 148+210+54=412 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.92% from 412); Green value is 210 (82.42% from 255 or 50.97% from 412); Blue value is 54 (21.48% from 255 or 13.11% from 412); Max value from RGB is 210 - color contains mainly: green. Hex color #94D236 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94D236 is #6B2DC9. Grayscale: #AEAEAE. Windows color (decimal): -7024074 or 3592852. OLE color: 3592852.
HSL color Cylindrical-coordinate representation of color #94D236: hue angle of 83.85º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #94D236 is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 210 | 54 | - |
| CMYK | 0.30 | 0 | 0.74 | 0.18 |
| HSL | 83.85º | 0.63% | 0.52% | - |
| HSV(B) | 83.85º | 0.74% | 0.82% | - |
| XYZ | 35.93 | 52.66 | 11.76 | - |
| YUV | 173.68 | 60.46 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 210 | 54 | 0.30 | 0 | 0.74 | 0.18 | 83.85 | 0.63 | 0.52 |
| Hex | 94 | D2 | 36 | 1E | 0 | 4A | 12 | 54 | 3F | 34 |
| Octal | 224 | 322 | 66 | 36 | 0 | 112 | 22 | 124 | 77 | 64 |
| Binary | 10010100 | 11010010 | 110110 | 11110 | 0 | 1001010 | 10010 | 1010100 | 111111 | 110100 |
Color Harmonies of #94D236
Complementary color
Monochromatic Colors of #94D236
Black with #94D236
Text Example
Text Example
White with #94D236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D236; }
p { color: rgb(148,210,54); }
H1.HeaderClassName
{
color: #94D236;
}
.AnyTagClassName
{
color: #94D236;
}
</style>
background-color css
<style>
a { background-color: #94D236; }
a { background-color: rgb(148,210,54); }
div.DivClassName
{
background-color: #94D236;
}
.BgClassName
{
background-color: #94D236;
}
</style>
border-color css
<style>
span { border-color: #94D236; }
span { border-color: rgb(148,210,54); }
td.TdClassName
{
border-color: #94D236;
}
.TagClassName
{
border-color: #94D236;
}
</style>