Shades of Atlantis #90C246
Tints of Atlantis #90C246
RGB
CMYK
RGB Variations
Color information
#90C246 (or 0x90C246) is known color: Atlantis. HEX triplet: 90, C2 and 46. RGB value is (144,194,70). Sum of RGB (Red+Green+Blue) = 144+194+70=408 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.29% from 408); Green value is 194 (76.17% from 255 or 47.55% from 408); Blue value is 70 (27.73% from 255 or 17.16% from 408); Max value from RGB is 194 - color contains mainly: green. Hex color #90C246 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90C246 is #6F3DB9. Grayscale: #A5A5A5. Windows color (decimal): -7290298 or 4637328. OLE color: 4637328.
HSL color Cylindrical-coordinate representation of color #90C246: hue angle of 84.19º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #90C246 is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 194 | 70 | - |
| CMYK | 0.26 | 0 | 0.64 | 0.24 |
| HSL | 84.19º | 0.5% | 0.52% | - |
| HSV(B) | 84.19º | 0.64% | 0.76% | - |
| XYZ | 31.9 | 44.96 | 12.79 | - |
| YUV | 164.91 | 74.44 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 194 | 70 | 0.26 | 0 | 0.64 | 0.24 | 84.19 | 0.5 | 0.52 |
| Hex | 90 | C2 | 46 | 1A | 0 | 40 | 18 | 54 | 32 | 34 |
| Octal | 220 | 302 | 106 | 32 | 0 | 100 | 30 | 124 | 62 | 64 |
| Binary | 10010000 | 11000010 | 1000110 | 11010 | 0 | 1000000 | 11000 | 1010100 | 110010 | 110100 |
Color Harmonies of #90C246
Complementary color
Monochromatic Colors of #90C246
Black with #90C246
Text Example
Text Example
White with #90C246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C246; }
p { color: rgb(144,194,70); }
H1.HeaderClassName
{
color: #90C246;
}
.AnyTagClassName
{
color: #90C246;
}
</style>
background-color css
<style>
a { background-color: #90C246; }
a { background-color: rgb(144,194,70); }
div.DivClassName
{
background-color: #90C246;
}
.BgClassName
{
background-color: #90C246;
}
</style>
border-color css
<style>
span { border-color: #90C246; }
span { border-color: rgb(144,194,70); }
td.TdClassName
{
border-color: #90C246;
}
.TagClassName
{
border-color: #90C246;
}
</style>