Shades of Atlantis #90CB3C
Tints of Atlantis #90CB3C
RGB
CMYK
RGB Variations
Color information
#90CB3C (or 0x90CB3C) is known color: Atlantis. HEX triplet: 90, CB and 3C. RGB value is (144,203,60). Sum of RGB (Red+Green+Blue) = 144+203+60=407 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.38% from 407); Green value is 203 (79.69% from 255 or 49.88% from 407); Blue value is 60 (23.83% from 255 or 14.74% from 407); Max value from RGB is 203 - color contains mainly: green. Hex color #90CB3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90CB3C is #6F34C3. Grayscale: #A9A9A9. Windows color (decimal): -7288004 or 3984272. OLE color: 3984272.
HSL color Cylindrical-coordinate representation of color #90CB3C: hue angle of 84.76º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #90CB3C is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 203 | 60 | - |
| CMYK | 0.29 | 0 | 0.70 | 0.20 |
| HSL | 84.76º | 0.58% | 0.52% | - |
| HSV(B) | 84.76º | 0.7% | 0.8% | - |
| XYZ | 33.67 | 48.97 | 11.95 | - |
| YUV | 169.06 | 66.45 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 203 | 60 | 0.29 | 0 | 0.70 | 0.20 | 84.76 | 0.58 | 0.52 |
| Hex | 90 | CB | 3C | 1D | 0 | 46 | 14 | 55 | 3A | 34 |
| Octal | 220 | 313 | 74 | 35 | 0 | 106 | 24 | 125 | 72 | 64 |
| Binary | 10010000 | 11001011 | 111100 | 11101 | 0 | 1000110 | 10100 | 1010101 | 111010 | 110100 |
Color Harmonies of #90CB3C
Complementary color
Monochromatic Colors of #90CB3C
Black with #90CB3C
Text Example
Text Example
White with #90CB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CB3C; }
p { color: rgb(144,203,60); }
H1.HeaderClassName
{
color: #90CB3C;
}
.AnyTagClassName
{
color: #90CB3C;
}
</style>
background-color css
<style>
a { background-color: #90CB3C; }
a { background-color: rgb(144,203,60); }
div.DivClassName
{
background-color: #90CB3C;
}
.BgClassName
{
background-color: #90CB3C;
}
</style>
border-color css
<style>
span { border-color: #90CB3C; }
span { border-color: rgb(144,203,60); }
td.TdClassName
{
border-color: #90CB3C;
}
.TagClassName
{
border-color: #90CB3C;
}
</style>