Shades of Atlantis #90D83C
Tints of Atlantis #90D83C
RGB
CMYK
RGB Variations
Color information
#90D83C (or 0x90D83C) is known color: Atlantis. HEX triplet: 90, D8 and 3C. RGB value is (144,216,60). Sum of RGB (Red+Green+Blue) = 144+216+60=420 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.29% from 420); Green value is 216 (84.77% from 255 or 51.43% from 420); Blue value is 60 (23.83% from 255 or 14.29% from 420); Max value from RGB is 216 - color contains mainly: green. Hex color #90D83C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90D83C is #6F27C3. Grayscale: #B1B1B1. Windows color (decimal): -7284676 or 3987600. OLE color: 3987600.
HSL color Cylindrical-coordinate representation of color #90D83C: hue angle of 87.69º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #90D83C is Cyan = 0.33, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 216 | 60 | - |
| CMYK | 0.33 | 0 | 0.72 | 0.15 |
| HSL | 87.69º | 0.67% | 0.54% | - |
| HSV(B) | 87.69º | 0.72% | 0.85% | - |
| XYZ | 36.87 | 55.37 | 13.02 | - |
| YUV | 176.69 | 62.15 | 104.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 216 | 60 | 0.33 | 0 | 0.72 | 0.15 | 87.69 | 0.67 | 0.54 |
| Hex | 90 | D8 | 3C | 21 | 0 | 48 | F | 58 | 43 | 36 |
| Octal | 220 | 330 | 74 | 41 | 0 | 110 | 17 | 130 | 103 | 66 |
| Binary | 10010000 | 11011000 | 111100 | 100001 | 0 | 1001000 | 1111 | 1011000 | 1000011 | 110110 |
Color Harmonies of #90D83C
Complementary color
Monochromatic Colors of #90D83C
Black with #90D83C
Text Example
Text Example
White with #90D83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D83C; }
p { color: rgb(144,216,60); }
H1.HeaderClassName
{
color: #90D83C;
}
.AnyTagClassName
{
color: #90D83C;
}
</style>
background-color css
<style>
a { background-color: #90D83C; }
a { background-color: rgb(144,216,60); }
div.DivClassName
{
background-color: #90D83C;
}
.BgClassName
{
background-color: #90D83C;
}
</style>
border-color css
<style>
span { border-color: #90D83C; }
span { border-color: rgb(144,216,60); }
td.TdClassName
{
border-color: #90D83C;
}
.TagClassName
{
border-color: #90D83C;
}
</style>