Shades of Atlantis #90C13E
Tints of Atlantis #90C13E
RGB
CMYK
RGB Variations
Color information
#90C13E (or 0x90C13E) is known color: Atlantis. HEX triplet: 90, C1 and 3E. RGB value is (144,193,62). Sum of RGB (Red+Green+Blue) = 144+193+62=399 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.09% from 399); Green value is 193 (75.78% from 255 or 48.37% from 399); Blue value is 62 (24.61% from 255 or 15.54% from 399); Max value from RGB is 193 - color contains mainly: green. Hex color #90C13E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90C13E is #6F3EC1. Grayscale: #A3A3A3. Windows color (decimal): -7290562 or 4112784. OLE color: 4112784.
HSL color Cylindrical-coordinate representation of color #90C13E: hue angle of 82.44º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #90C13E is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 193 | 62 | - |
| CMYK | 0.25 | 0 | 0.68 | 0.24 |
| HSL | 82.44º | 0.51% | 0.5% | - |
| HSV(B) | 82.44º | 0.68% | 0.76% | - |
| XYZ | 31.44 | 44.42 | 11.47 | - |
| YUV | 163.42 | 70.77 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 193 | 62 | 0.25 | 0 | 0.68 | 0.24 | 82.44 | 0.51 | 0.5 |
| Hex | 90 | C1 | 3E | 19 | 0 | 44 | 18 | 52 | 33 | 32 |
| Octal | 220 | 301 | 76 | 31 | 0 | 104 | 30 | 122 | 63 | 62 |
| Binary | 10010000 | 11000001 | 111110 | 11001 | 0 | 1000100 | 11000 | 1010010 | 110011 | 110010 |
Color Harmonies of #90C13E
Complementary color
Monochromatic Colors of #90C13E
Black with #90C13E
Text Example
Text Example
White with #90C13E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C13E; }
p { color: rgb(144,193,62); }
H1.HeaderClassName
{
color: #90C13E;
}
.AnyTagClassName
{
color: #90C13E;
}
</style>
background-color css
<style>
a { background-color: #90C13E; }
a { background-color: rgb(144,193,62); }
div.DivClassName
{
background-color: #90C13E;
}
.BgClassName
{
background-color: #90C13E;
}
</style>
border-color css
<style>
span { border-color: #90C13E; }
span { border-color: rgb(144,193,62); }
td.TdClassName
{
border-color: #90C13E;
}
.TagClassName
{
border-color: #90C13E;
}
</style>