Shades of Atlantis #94CA46
Tints of Atlantis #94CA46
RGB
CMYK
RGB Variations
Color information
#94CA46 (or 0x94CA46) is known color: Atlantis. HEX triplet: 94, CA and 46. RGB value is (148,202,70). Sum of RGB (Red+Green+Blue) = 148+202+70=420 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.24% from 420); Green value is 202 (79.30% from 255 or 48.10% from 420); Blue value is 70 (27.73% from 255 or 16.67% from 420); Max value from RGB is 202 - color contains mainly: green. Hex color #94CA46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94CA46 is #6B35B9. Grayscale: #ABABAB. Windows color (decimal): -7026106 or 4639380. OLE color: 4639380.
HSL color Cylindrical-coordinate representation of color #94CA46: hue angle of 84.55º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #94CA46 is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 148 | 202 | 70 | - |
| CMYK | 0.27 | 0 | 0.65 | 0.21 |
| HSL | 84.55º | 0.55% | 0.53% | - |
| HSV(B) | 84.55º | 0.65% | 0.79% | - |
| XYZ | 34.44 | 48.98 | 13.43 | - |
| YUV | 170.81 | 71.11 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 202 | 70 | 0.27 | 0 | 0.65 | 0.21 | 84.55 | 0.55 | 0.53 |
| Hex | 94 | CA | 46 | 1B | 0 | 41 | 15 | 55 | 37 | 35 |
| Octal | 224 | 312 | 106 | 33 | 0 | 101 | 25 | 125 | 67 | 65 |
| Binary | 10010100 | 11001010 | 1000110 | 11011 | 0 | 1000001 | 10101 | 1010101 | 110111 | 110101 |
Color Harmonies of #94CA46
Complementary color
Monochromatic Colors of #94CA46
Black with #94CA46
Text Example
Text Example
White with #94CA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CA46; }
p { color: rgb(148,202,70); }
H1.HeaderClassName
{
color: #94CA46;
}
.AnyTagClassName
{
color: #94CA46;
}
</style>
background-color css
<style>
a { background-color: #94CA46; }
a { background-color: rgb(148,202,70); }
div.DivClassName
{
background-color: #94CA46;
}
.BgClassName
{
background-color: #94CA46;
}
</style>
border-color css
<style>
span { border-color: #94CA46; }
span { border-color: rgb(148,202,70); }
td.TdClassName
{
border-color: #94CA46;
}
.TagClassName
{
border-color: #94CA46;
}
</style>