Shades of Atlantis #90C946
Tints of Atlantis #90C946
RGB
CMYK
RGB Variations
Color information
#90C946 (or 0x90C946) is known color: Atlantis. HEX triplet: 90, C9 and 46. RGB value is (144,201,70). Sum of RGB (Red+Green+Blue) = 144+201+70=415 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.70% from 415); Green value is 201 (78.91% from 255 or 48.43% from 415); Blue value is 70 (27.73% from 255 or 16.87% from 415); Max value from RGB is 201 - color contains mainly: green. Hex color #90C946 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90C946 is #6F36B9. Grayscale: #A9A9A9. Windows color (decimal): -7288506 or 4639120. OLE color: 4639120.
HSL color Cylindrical-coordinate representation of color #90C946: hue angle of 86.11º 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 #90C946 is Cyan = 0.28, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 201 | 70 | - |
| CMYK | 0.28 | 0 | 0.65 | 0.21 |
| HSL | 86.11º | 0.55% | 0.53% | - |
| HSV(B) | 86.11º | 0.65% | 0.79% | - |
| XYZ | 33.49 | 48.14 | 13.32 | - |
| YUV | 169.02 | 72.12 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 201 | 70 | 0.28 | 0 | 0.65 | 0.21 | 86.11 | 0.55 | 0.53 |
| Hex | 90 | C9 | 46 | 1C | 0 | 41 | 15 | 56 | 37 | 35 |
| Octal | 220 | 311 | 106 | 34 | 0 | 101 | 25 | 126 | 67 | 65 |
| Binary | 10010000 | 11001001 | 1000110 | 11100 | 0 | 1000001 | 10101 | 1010110 | 110111 | 110101 |
Color Harmonies of #90C946
Complementary color
Monochromatic Colors of #90C946
Black with #90C946
Text Example
Text Example
White with #90C946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C946; }
p { color: rgb(144,201,70); }
H1.HeaderClassName
{
color: #90C946;
}
.AnyTagClassName
{
color: #90C946;
}
</style>
background-color css
<style>
a { background-color: #90C946; }
a { background-color: rgb(144,201,70); }
div.DivClassName
{
background-color: #90C946;
}
.BgClassName
{
background-color: #90C946;
}
</style>
border-color css
<style>
span { border-color: #90C946; }
span { border-color: rgb(144,201,70); }
td.TdClassName
{
border-color: #90C946;
}
.TagClassName
{
border-color: #90C946;
}
</style>