Shades of Atlantis #90C747
Tints of Atlantis #90C747
RGB
CMYK
RGB Variations
Color information
#90C747 (or 0x90C747) is known color: Atlantis. HEX triplet: 90, C7 and 47. RGB value is (144,199,71). Sum of RGB (Red+Green+Blue) = 144+199+71=414 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.78% from 414); Green value is 199 (78.12% from 255 or 48.07% from 414); Blue value is 71 (28.12% from 255 or 17.15% from 414); Max value from RGB is 199 - color contains mainly: green. Hex color #90C747 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90C747 is #6F38B8. Grayscale: #A8A8A8. Windows color (decimal): -7289017 or 4704144. OLE color: 4704144.
HSL color Cylindrical-coordinate representation of color #90C747: hue angle of 85.78º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #90C747 is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 144 | 199 | 71 | - |
| CMYK | 0.28 | 0 | 0.64 | 0.22 |
| HSL | 85.78º | 0.53% | 0.53% | - |
| HSV(B) | 85.78º | 0.64% | 0.78% | - |
| XYZ | 33.06 | 47.23 | 13.34 | - |
| YUV | 167.96 | 73.28 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 199 | 71 | 0.28 | 0 | 0.64 | 0.22 | 85.78 | 0.53 | 0.53 |
| Hex | 90 | C7 | 47 | 1C | 0 | 40 | 16 | 56 | 35 | 35 |
| Octal | 220 | 307 | 107 | 34 | 0 | 100 | 26 | 126 | 65 | 65 |
| Binary | 10010000 | 11000111 | 1000111 | 11100 | 0 | 1000000 | 10110 | 1010110 | 110101 | 110101 |
Color Harmonies of #90C747
Complementary color
Monochromatic Colors of #90C747
Black with #90C747
Text Example
Text Example
White with #90C747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C747; }
p { color: rgb(144,199,71); }
H1.HeaderClassName
{
color: #90C747;
}
.AnyTagClassName
{
color: #90C747;
}
</style>
background-color css
<style>
a { background-color: #90C747; }
a { background-color: rgb(144,199,71); }
div.DivClassName
{
background-color: #90C747;
}
.BgClassName
{
background-color: #90C747;
}
</style>
border-color css
<style>
span { border-color: #90C747; }
span { border-color: rgb(144,199,71); }
td.TdClassName
{
border-color: #90C747;
}
.TagClassName
{
border-color: #90C747;
}
</style>