Shades of Atlantis #90C14C
Tints of Atlantis #90C14C
RGB
CMYK
RGB Variations
Color information
#90C14C (or 0x90C14C) is known color: Atlantis. HEX triplet: 90, C1 and 4C. RGB value is (144,193,76). Sum of RGB (Red+Green+Blue) = 144+193+76=413 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.87% from 413); Green value is 193 (75.78% from 255 or 46.73% from 413); Blue value is 76 (30.08% from 255 or 18.40% from 413); Max value from RGB is 193 - color contains mainly: green. Hex color #90C14C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90C14C is #6F3EB3. Grayscale: #A5A5A5. Windows color (decimal): -7290548 or 5030288. OLE color: 5030288.
HSL color Cylindrical-coordinate representation of color #90C14C: hue angle of 85.13º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #90C14C is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 193 | 76 | - |
| CMYK | 0.25 | 0 | 0.61 | 0.24 |
| HSL | 85.13º | 0.49% | 0.53% | - |
| HSV(B) | 85.13º | 0.61% | 0.76% | - |
| XYZ | 31.88 | 44.59 | 13.76 | - |
| YUV | 165.01 | 77.77 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 193 | 76 | 0.25 | 0 | 0.61 | 0.24 | 85.13 | 0.49 | 0.53 |
| Hex | 90 | C1 | 4C | 19 | 0 | 3D | 18 | 55 | 31 | 35 |
| Octal | 220 | 301 | 114 | 31 | 0 | 75 | 30 | 125 | 61 | 65 |
| Binary | 10010000 | 11000001 | 1001100 | 11001 | 0 | 111101 | 11000 | 1010101 | 110001 | 110101 |
Color Harmonies of #90C14C
Complementary color
Monochromatic Colors of #90C14C
Black with #90C14C
Text Example
Text Example
White with #90C14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C14C; }
p { color: rgb(144,193,76); }
H1.HeaderClassName
{
color: #90C14C;
}
.AnyTagClassName
{
color: #90C14C;
}
</style>
background-color css
<style>
a { background-color: #90C14C; }
a { background-color: rgb(144,193,76); }
div.DivClassName
{
background-color: #90C14C;
}
.BgClassName
{
background-color: #90C14C;
}
</style>
border-color css
<style>
span { border-color: #90C14C; }
span { border-color: rgb(144,193,76); }
td.TdClassName
{
border-color: #90C14C;
}
.TagClassName
{
border-color: #90C14C;
}
</style>