Shades of Atlantis #90D04E
Tints of Atlantis #90D04E
RGB
CMYK
RGB Variations
Color information
#90D04E (or 0x90D04E) is known color: Atlantis. HEX triplet: 90, D0 and 4E. RGB value is (144,208,78). Sum of RGB (Red+Green+Blue) = 144+208+78=430 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.49% from 430); Green value is 208 (81.64% from 255 or 48.37% from 430); Blue value is 78 (30.86% from 255 or 18.14% from 430); Max value from RGB is 208 - color contains mainly: green. Hex color #90D04E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90D04E is #6F2FB1. Grayscale: #AEAEAE. Windows color (decimal): -7286706 or 5165200. OLE color: 5165200.
HSL color Cylindrical-coordinate representation of color #90D04E: hue angle of 89.54º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #90D04E is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 144 | 208 | 78 | - |
| CMYK | 0.31 | 0 | 0.62 | 0.18 |
| HSL | 89.54º | 0.58% | 0.56% | - |
| HSV(B) | 89.54º | 0.63% | 0.82% | - |
| XYZ | 35.43 | 51.59 | 15.3 | - |
| YUV | 174.04 | 73.8 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 208 | 78 | 0.31 | 0 | 0.62 | 0.18 | 89.54 | 0.58 | 0.56 |
| Hex | 90 | D0 | 4E | 1F | 0 | 3E | 12 | 5A | 3A | 38 |
| Octal | 220 | 320 | 116 | 37 | 0 | 76 | 22 | 132 | 72 | 70 |
| Binary | 10010000 | 11010000 | 1001110 | 11111 | 0 | 111110 | 10010 | 1011010 | 111010 | 111000 |
Color Harmonies of #90D04E
Complementary color
Monochromatic Colors of #90D04E
Black with #90D04E
Text Example
Text Example
White with #90D04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D04E; }
p { color: rgb(144,208,78); }
H1.HeaderClassName
{
color: #90D04E;
}
.AnyTagClassName
{
color: #90D04E;
}
</style>
background-color css
<style>
a { background-color: #90D04E; }
a { background-color: rgb(144,208,78); }
div.DivClassName
{
background-color: #90D04E;
}
.BgClassName
{
background-color: #90D04E;
}
</style>
border-color css
<style>
span { border-color: #90D04E; }
span { border-color: rgb(144,208,78); }
td.TdClassName
{
border-color: #90D04E;
}
.TagClassName
{
border-color: #90D04E;
}
</style>