Shades of Atlantis #90C14A
Tints of Atlantis #90C14A
RGB
CMYK
RGB Variations
Color information
#90C14A (or 0x90C14A) is known color: Atlantis. HEX triplet: 90, C1 and 4A. RGB value is (144,193,74). Sum of RGB (Red+Green+Blue) = 144+193+74=411 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.04% from 411); Green value is 193 (75.78% from 255 or 46.96% from 411); Blue value is 74 (29.30% from 255 or 18.00% from 411); Max value from RGB is 193 - color contains mainly: green. Hex color #90C14A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90C14A is #6F3EB5. Grayscale: #A5A5A5. Windows color (decimal): -7290550 or 4899216. OLE color: 4899216.
HSL color Cylindrical-coordinate representation of color #90C14A: hue angle of 84.71º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #90C14A is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 193 | 74 | - |
| CMYK | 0.25 | 0 | 0.62 | 0.24 |
| HSL | 84.71º | 0.49% | 0.52% | - |
| HSV(B) | 84.71º | 0.62% | 0.76% | - |
| XYZ | 31.81 | 44.56 | 13.4 | - |
| YUV | 164.78 | 76.77 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 193 | 74 | 0.25 | 0 | 0.62 | 0.24 | 84.71 | 0.49 | 0.52 |
| Hex | 90 | C1 | 4A | 19 | 0 | 3E | 18 | 55 | 31 | 34 |
| Octal | 220 | 301 | 112 | 31 | 0 | 76 | 30 | 125 | 61 | 64 |
| Binary | 10010000 | 11000001 | 1001010 | 11001 | 0 | 111110 | 11000 | 1010101 | 110001 | 110100 |
Color Harmonies of #90C14A
Complementary color
Monochromatic Colors of #90C14A
Black with #90C14A
Text Example
Text Example
White with #90C14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C14A; }
p { color: rgb(144,193,74); }
H1.HeaderClassName
{
color: #90C14A;
}
.AnyTagClassName
{
color: #90C14A;
}
</style>
background-color css
<style>
a { background-color: #90C14A; }
a { background-color: rgb(144,193,74); }
div.DivClassName
{
background-color: #90C14A;
}
.BgClassName
{
background-color: #90C14A;
}
</style>
border-color css
<style>
span { border-color: #90C14A; }
span { border-color: rgb(144,193,74); }
td.TdClassName
{
border-color: #90C14A;
}
.TagClassName
{
border-color: #90C14A;
}
</style>