Shades of Atlantis #90CD4C
Tints of Atlantis #90CD4C
RGB
CMYK
RGB Variations
Color information
#90CD4C (or 0x90CD4C) is known color: Atlantis. HEX triplet: 90, CD and 4C. RGB value is (144,205,76). Sum of RGB (Red+Green+Blue) = 144+205+76=425 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.88% from 425); Green value is 205 (80.47% from 255 or 48.24% from 425); Blue value is 76 (30.08% from 255 or 17.88% from 425); Max value from RGB is 205 - color contains mainly: green. Hex color #90CD4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90CD4C is #6F32B3. Grayscale: #ACACAC. Windows color (decimal): -7287476 or 5033360. OLE color: 5033360.
HSL color Cylindrical-coordinate representation of color #90CD4C: hue angle of 88.37º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #90CD4C is Cyan = 0.30, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 205 | 76 | - |
| CMYK | 0.30 | 0 | 0.63 | 0.20 |
| HSL | 88.37º | 0.56% | 0.55% | - |
| HSV(B) | 88.37º | 0.63% | 0.8% | - |
| XYZ | 34.64 | 50.11 | 14.68 | - |
| YUV | 172.06 | 73.79 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 205 | 76 | 0.30 | 0 | 0.63 | 0.20 | 88.37 | 0.56 | 0.55 |
| Hex | 90 | CD | 4C | 1E | 0 | 3F | 14 | 58 | 38 | 37 |
| Octal | 220 | 315 | 114 | 36 | 0 | 77 | 24 | 130 | 70 | 67 |
| Binary | 10010000 | 11001101 | 1001100 | 11110 | 0 | 111111 | 10100 | 1011000 | 111000 | 110111 |
Color Harmonies of #90CD4C
Complementary color
Monochromatic Colors of #90CD4C
Black with #90CD4C
Text Example
Text Example
White with #90CD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CD4C; }
p { color: rgb(144,205,76); }
H1.HeaderClassName
{
color: #90CD4C;
}
.AnyTagClassName
{
color: #90CD4C;
}
</style>
background-color css
<style>
a { background-color: #90CD4C; }
a { background-color: rgb(144,205,76); }
div.DivClassName
{
background-color: #90CD4C;
}
.BgClassName
{
background-color: #90CD4C;
}
</style>
border-color css
<style>
span { border-color: #90CD4C; }
span { border-color: rgb(144,205,76); }
td.TdClassName
{
border-color: #90CD4C;
}
.TagClassName
{
border-color: #90CD4C;
}
</style>