Shades of Atlantis #90C744
Tints of Atlantis #90C744
RGB
CMYK
RGB Variations
Color information
#90C744 (or 0x90C744) is known color: Atlantis. HEX triplet: 90, C7 and 44. RGB value is (144,199,68). Sum of RGB (Red+Green+Blue) = 144+199+68=411 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.04% from 411); Green value is 199 (78.12% from 255 or 48.42% from 411); Blue value is 68 (26.95% from 255 or 16.55% from 411); Max value from RGB is 199 - color contains mainly: green. Hex color #90C744 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90C744 is #6F38BB. Grayscale: #A8A8A8. Windows color (decimal): -7289020 or 4507536. OLE color: 4507536.
HSL color Cylindrical-coordinate representation of color #90C744: hue angle of 85.19º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #90C744 is Cyan = 0.28, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 144 | 199 | 68 | - |
| CMYK | 0.28 | 0 | 0.66 | 0.22 |
| HSL | 85.19º | 0.54% | 0.52% | - |
| HSV(B) | 85.19º | 0.66% | 0.78% | - |
| XYZ | 32.97 | 47.19 | 12.84 | - |
| YUV | 167.62 | 71.78 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 199 | 68 | 0.28 | 0 | 0.66 | 0.22 | 85.19 | 0.54 | 0.52 |
| Hex | 90 | C7 | 44 | 1C | 0 | 42 | 16 | 55 | 36 | 34 |
| Octal | 220 | 307 | 104 | 34 | 0 | 102 | 26 | 125 | 66 | 64 |
| Binary | 10010000 | 11000111 | 1000100 | 11100 | 0 | 1000010 | 10110 | 1010101 | 110110 | 110100 |
Color Harmonies of #90C744
Complementary color
Monochromatic Colors of #90C744
Black with #90C744
Text Example
Text Example
White with #90C744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C744; }
p { color: rgb(144,199,68); }
H1.HeaderClassName
{
color: #90C744;
}
.AnyTagClassName
{
color: #90C744;
}
</style>
background-color css
<style>
a { background-color: #90C744; }
a { background-color: rgb(144,199,68); }
div.DivClassName
{
background-color: #90C744;
}
.BgClassName
{
background-color: #90C744;
}
</style>
border-color css
<style>
span { border-color: #90C744; }
span { border-color: rgb(144,199,68); }
td.TdClassName
{
border-color: #90C744;
}
.TagClassName
{
border-color: #90C744;
}
</style>