Shades of Atlantis #90CC47
Tints of Atlantis #90CC47
RGB
CMYK
RGB Variations
Color information
#90CC47 (or 0x90CC47) is known color: Atlantis. HEX triplet: 90, CC and 47. RGB value is (144,204,71). Sum of RGB (Red+Green+Blue) = 144+204+71=419 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.37% from 419); Green value is 204 (80.08% from 255 or 48.69% from 419); Blue value is 71 (28.12% from 255 or 16.95% from 419); Max value from RGB is 204 - color contains mainly: green. Hex color #90CC47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90CC47 is #6F33B8. Grayscale: #ABABAB. Windows color (decimal): -7287737 or 4705424. OLE color: 4705424.
HSL color Cylindrical-coordinate representation of color #90CC47: hue angle of 87.07º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #90CC47 is Cyan = 0.29, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 144 | 204 | 71 | - |
| CMYK | 0.29 | 0 | 0.65 | 0.2 |
| HSL | 87.07º | 0.57% | 0.54% | - |
| HSV(B) | 87.07º | 0.65% | 0.8% | - |
| XYZ | 34.23 | 49.57 | 13.72 | - |
| YUV | 170.9 | 71.62 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 204 | 71 | 0.29 | 0 | 0.65 | 0.2 | 87.07 | 0.57 | 0.54 |
| Hex | 90 | CC | 47 | 1D | 0 | 41 | 14 | 57 | 39 | 36 |
| Octal | 220 | 314 | 107 | 35 | 0 | 101 | 24 | 127 | 71 | 66 |
| Binary | 10010000 | 11001100 | 1000111 | 11101 | 0 | 1000001 | 10100 | 1010111 | 111001 | 110110 |
Color Harmonies of #90CC47
Complementary color
Monochromatic Colors of #90CC47
Black with #90CC47
Text Example
Text Example
White with #90CC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CC47; }
p { color: rgb(144,204,71); }
H1.HeaderClassName
{
color: #90CC47;
}
.AnyTagClassName
{
color: #90CC47;
}
</style>
background-color css
<style>
a { background-color: #90CC47; }
a { background-color: rgb(144,204,71); }
div.DivClassName
{
background-color: #90CC47;
}
.BgClassName
{
background-color: #90CC47;
}
</style>
border-color css
<style>
span { border-color: #90CC47; }
span { border-color: rgb(144,204,71); }
td.TdClassName
{
border-color: #90CC47;
}
.TagClassName
{
border-color: #90CC47;
}
</style>