Shades of Atlantis #90CD4A
Tints of Atlantis #90CD4A
RGB
CMYK
RGB Variations
Color information
#90CD4A (or 0x90CD4A) is known color: Atlantis. HEX triplet: 90, CD and 4A. RGB value is (144,205,74). Sum of RGB (Red+Green+Blue) = 144+205+74=423 (56% of max value = 765). Red value is 144 (56.64% from 255 or 34.04% from 423); Green value is 205 (80.47% from 255 or 48.46% from 423); Blue value is 74 (29.30% from 255 or 17.49% from 423); Max value from RGB is 205 - color contains mainly: green. Hex color #90CD4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90CD4A is #6F32B5. Grayscale: #ACACAC. Windows color (decimal): -7287478 or 4902288. OLE color: 4902288.
HSL color Cylindrical-coordinate representation of color #90CD4A: hue angle of 87.94º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #90CD4A is Cyan = 0.30, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 205 | 74 | - |
| CMYK | 0.30 | 0 | 0.64 | 0.20 |
| HSL | 87.94º | 0.57% | 0.55% | - |
| HSV(B) | 87.94º | 0.64% | 0.8% | - |
| XYZ | 34.57 | 50.09 | 14.32 | - |
| YUV | 171.83 | 72.79 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 205 | 74 | 0.30 | 0 | 0.64 | 0.20 | 87.94 | 0.57 | 0.55 |
| Hex | 90 | CD | 4A | 1E | 0 | 40 | 14 | 58 | 39 | 37 |
| Octal | 220 | 315 | 112 | 36 | 0 | 100 | 24 | 130 | 71 | 67 |
| Binary | 10010000 | 11001101 | 1001010 | 11110 | 0 | 1000000 | 10100 | 1011000 | 111001 | 110111 |
Color Harmonies of #90CD4A
Complementary color
Monochromatic Colors of #90CD4A
Black with #90CD4A
Text Example
Text Example
White with #90CD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CD4A; }
p { color: rgb(144,205,74); }
H1.HeaderClassName
{
color: #90CD4A;
}
.AnyTagClassName
{
color: #90CD4A;
}
</style>
background-color css
<style>
a { background-color: #90CD4A; }
a { background-color: rgb(144,205,74); }
div.DivClassName
{
background-color: #90CD4A;
}
.BgClassName
{
background-color: #90CD4A;
}
</style>
border-color css
<style>
span { border-color: #90CD4A; }
span { border-color: rgb(144,205,74); }
td.TdClassName
{
border-color: #90CD4A;
}
.TagClassName
{
border-color: #90CD4A;
}
</style>