Shades of Atlantis #90CB40
Tints of Atlantis #90CB40
RGB
CMYK
RGB Variations
Color information
#90CB40 (or 0x90CB40) is known color: Atlantis. HEX triplet: 90, CB and 40. RGB value is (144,203,64). Sum of RGB (Red+Green+Blue) = 144+203+64=411 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.04% from 411); Green value is 203 (79.69% from 255 or 49.39% from 411); Blue value is 64 (25.39% from 255 or 15.57% from 411); Max value from RGB is 203 - color contains mainly: green. Hex color #90CB40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90CB40 is #6F34BF. Grayscale: #AAAAAA. Windows color (decimal): -7288000 or 4246416. OLE color: 4246416.
HSL color Cylindrical-coordinate representation of color #90CB40: hue angle of 85.47º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #90CB40 is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 203 | 64 | - |
| CMYK | 0.29 | 0 | 0.68 | 0.20 |
| HSL | 85.47º | 0.57% | 0.52% | - |
| HSV(B) | 85.47º | 0.68% | 0.8% | - |
| XYZ | 33.78 | 49.01 | 12.53 | - |
| YUV | 169.51 | 68.45 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 203 | 64 | 0.29 | 0 | 0.68 | 0.20 | 85.47 | 0.57 | 0.52 |
| Hex | 90 | CB | 40 | 1D | 0 | 44 | 14 | 55 | 39 | 34 |
| Octal | 220 | 313 | 100 | 35 | 0 | 104 | 24 | 125 | 71 | 64 |
| Binary | 10010000 | 11001011 | 1000000 | 11101 | 0 | 1000100 | 10100 | 1010101 | 111001 | 110100 |
Color Harmonies of #90CB40
Complementary color
Monochromatic Colors of #90CB40
Black with #90CB40
Text Example
Text Example
White with #90CB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CB40; }
p { color: rgb(144,203,64); }
H1.HeaderClassName
{
color: #90CB40;
}
.AnyTagClassName
{
color: #90CB40;
}
</style>
background-color css
<style>
a { background-color: #90CB40; }
a { background-color: rgb(144,203,64); }
div.DivClassName
{
background-color: #90CB40;
}
.BgClassName
{
background-color: #90CB40;
}
</style>
border-color css
<style>
span { border-color: #90CB40; }
span { border-color: rgb(144,203,64); }
td.TdClassName
{
border-color: #90CB40;
}
.TagClassName
{
border-color: #90CB40;
}
</style>