Shades of Atlantis #90C14E
Tints of Atlantis #90C14E
RGB
CMYK
RGB Variations
Color information
#90C14E (or 0x90C14E) is known color: Atlantis. HEX triplet: 90, C1 and 4E. RGB value is (144,193,78). Sum of RGB (Red+Green+Blue) = 144+193+78=415 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.70% from 415); Green value is 193 (75.78% from 255 or 46.51% from 415); Blue value is 78 (30.86% from 255 or 18.80% from 415); Max value from RGB is 193 - color contains mainly: green. Hex color #90C14E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C14E is #6F3EB1. Grayscale: #A5A5A5. Windows color (decimal): -7290546 or 5161360. OLE color: 5161360.
HSL color Cylindrical-coordinate representation of color #90C14E: hue angle of 85.57º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #90C14E is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 193 | 78 | - |
| CMYK | 0.25 | 0 | 0.60 | 0.24 |
| HSL | 85.57º | 0.48% | 0.53% | - |
| HSV(B) | 85.57º | 0.6% | 0.76% | - |
| XYZ | 31.95 | 44.62 | 14.14 | - |
| YUV | 165.24 | 78.77 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 193 | 78 | 0.25 | 0 | 0.60 | 0.24 | 85.57 | 0.48 | 0.53 |
| Hex | 90 | C1 | 4E | 19 | 0 | 3C | 18 | 56 | 30 | 35 |
| Octal | 220 | 301 | 116 | 31 | 0 | 74 | 30 | 126 | 60 | 65 |
| Binary | 10010000 | 11000001 | 1001110 | 11001 | 0 | 111100 | 11000 | 1010110 | 110000 | 110101 |
Color Harmonies of #90C14E
Complementary color
Monochromatic Colors of #90C14E
Black with #90C14E
Text Example
Text Example
White with #90C14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C14E; }
p { color: rgb(144,193,78); }
H1.HeaderClassName
{
color: #90C14E;
}
.AnyTagClassName
{
color: #90C14E;
}
</style>
background-color css
<style>
a { background-color: #90C14E; }
a { background-color: rgb(144,193,78); }
div.DivClassName
{
background-color: #90C14E;
}
.BgClassName
{
background-color: #90C14E;
}
</style>
border-color css
<style>
span { border-color: #90C14E; }
span { border-color: rgb(144,193,78); }
td.TdClassName
{
border-color: #90C14E;
}
.TagClassName
{
border-color: #90C14E;
}
</style>