Shades of Atlantis #90CA4D
Tints of Atlantis #90CA4D
RGB
CMYK
RGB Variations
Color information
#90CA4D (or 0x90CA4D) is known color: Atlantis. HEX triplet: 90, CA and 4D. RGB value is (144,202,77). Sum of RGB (Red+Green+Blue) = 144+202+77=423 (56% of max value = 765). Red value is 144 (56.64% from 255 or 34.04% from 423); Green value is 202 (79.30% from 255 or 47.75% from 423); Blue value is 77 (30.47% from 255 or 18.20% from 423); Max value from RGB is 202 - color contains mainly: green. Hex color #90CA4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90CA4D is #6F35B2. Grayscale: #AAAAAA. Windows color (decimal): -7288243 or 5098128. OLE color: 5098128.
HSL color Cylindrical-coordinate representation of color #90CA4D: hue angle of 87.84º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #90CA4D is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 202 | 77 | - |
| CMYK | 0.29 | 0 | 0.62 | 0.21 |
| HSL | 87.84º | 0.54% | 0.55% | - |
| HSV(B) | 87.84º | 0.62% | 0.79% | - |
| XYZ | 33.96 | 48.71 | 14.63 | - |
| YUV | 170.41 | 75.28 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 202 | 77 | 0.29 | 0 | 0.62 | 0.21 | 87.84 | 0.54 | 0.55 |
| Hex | 90 | CA | 4D | 1D | 0 | 3E | 15 | 58 | 36 | 37 |
| Octal | 220 | 312 | 115 | 35 | 0 | 76 | 25 | 130 | 66 | 67 |
| Binary | 10010000 | 11001010 | 1001101 | 11101 | 0 | 111110 | 10101 | 1011000 | 110110 | 110111 |
Color Harmonies of #90CA4D
Complementary color
Monochromatic Colors of #90CA4D
Black with #90CA4D
Text Example
Text Example
White with #90CA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CA4D; }
p { color: rgb(144,202,77); }
H1.HeaderClassName
{
color: #90CA4D;
}
.AnyTagClassName
{
color: #90CA4D;
}
</style>
background-color css
<style>
a { background-color: #90CA4D; }
a { background-color: rgb(144,202,77); }
div.DivClassName
{
background-color: #90CA4D;
}
.BgClassName
{
background-color: #90CA4D;
}
</style>
border-color css
<style>
span { border-color: #90CA4D; }
span { border-color: rgb(144,202,77); }
td.TdClassName
{
border-color: #90CA4D;
}
.TagClassName
{
border-color: #90CA4D;
}
</style>