Shades of Atlantis #90CB48
Tints of Atlantis #90CB48
RGB
CMYK
RGB Variations
Color information
#90CB48 (or 0x90CB48) is known color: Atlantis. HEX triplet: 90, CB and 48. RGB value is (144,203,72). Sum of RGB (Red+Green+Blue) = 144+203+72=419 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.37% from 419); Green value is 203 (79.69% from 255 or 48.45% from 419); Blue value is 72 (28.52% from 255 or 17.18% from 419); Max value from RGB is 203 - color contains mainly: green. Hex color #90CB48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90CB48 is #6F34B7. Grayscale: #AAAAAA. Windows color (decimal): -7287992 or 4770704. OLE color: 4770704.
HSL color Cylindrical-coordinate representation of color #90CB48: hue angle of 87.02º degrees, saturation: 0.56, 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 #90CB48 is Cyan = 0.29, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 203 | 72 | - |
| CMYK | 0.29 | 0 | 0.65 | 0.20 |
| HSL | 87.02º | 0.56% | 0.54% | - |
| HSV(B) | 87.02º | 0.65% | 0.8% | - |
| XYZ | 34.03 | 49.11 | 13.82 | - |
| YUV | 170.43 | 72.45 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 203 | 72 | 0.29 | 0 | 0.65 | 0.20 | 87.02 | 0.56 | 0.54 |
| Hex | 90 | CB | 48 | 1D | 0 | 41 | 14 | 57 | 38 | 36 |
| Octal | 220 | 313 | 110 | 35 | 0 | 101 | 24 | 127 | 70 | 66 |
| Binary | 10010000 | 11001011 | 1001000 | 11101 | 0 | 1000001 | 10100 | 1010111 | 111000 | 110110 |
Color Harmonies of #90CB48
Complementary color
Monochromatic Colors of #90CB48
Black with #90CB48
Text Example
Text Example
White with #90CB48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CB48; }
p { color: rgb(144,203,72); }
H1.HeaderClassName
{
color: #90CB48;
}
.AnyTagClassName
{
color: #90CB48;
}
</style>
background-color css
<style>
a { background-color: #90CB48; }
a { background-color: rgb(144,203,72); }
div.DivClassName
{
background-color: #90CB48;
}
.BgClassName
{
background-color: #90CB48;
}
</style>
border-color css
<style>
span { border-color: #90CB48; }
span { border-color: rgb(144,203,72); }
td.TdClassName
{
border-color: #90CB48;
}
.TagClassName
{
border-color: #90CB48;
}
</style>