Shades of Atlantis #90CE3C
Tints of Atlantis #90CE3C
RGB
CMYK
RGB Variations
Color information
#90CE3C (or 0x90CE3C) is known color: Atlantis. HEX triplet: 90, CE and 3C. RGB value is (144,206,60). Sum of RGB (Red+Green+Blue) = 144+206+60=410 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.12% from 410); Green value is 206 (80.86% from 255 or 50.24% from 410); Blue value is 60 (23.83% from 255 or 14.63% from 410); Max value from RGB is 206 - color contains mainly: green. Hex color #90CE3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90CE3C is #6F31C3. Grayscale: #ABABAB. Windows color (decimal): -7287236 or 3985040. OLE color: 3985040.
HSL color Cylindrical-coordinate representation of color #90CE3C: hue angle of 85.48º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #90CE3C is Cyan = 0.30, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 206 | 60 | - |
| CMYK | 0.30 | 0 | 0.71 | 0.19 |
| HSL | 85.48º | 0.6% | 0.52% | - |
| HSV(B) | 85.48º | 0.71% | 0.81% | - |
| XYZ | 34.39 | 50.4 | 12.19 | - |
| YUV | 170.82 | 65.46 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 206 | 60 | 0.30 | 0 | 0.71 | 0.19 | 85.48 | 0.6 | 0.52 |
| Hex | 90 | CE | 3C | 1E | 0 | 47 | 13 | 55 | 3C | 34 |
| Octal | 220 | 316 | 74 | 36 | 0 | 107 | 23 | 125 | 74 | 64 |
| Binary | 10010000 | 11001110 | 111100 | 11110 | 0 | 1000111 | 10011 | 1010101 | 111100 | 110100 |
Color Harmonies of #90CE3C
Complementary color
Monochromatic Colors of #90CE3C
Black with #90CE3C
Text Example
Text Example
White with #90CE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CE3C; }
p { color: rgb(144,206,60); }
H1.HeaderClassName
{
color: #90CE3C;
}
.AnyTagClassName
{
color: #90CE3C;
}
</style>
background-color css
<style>
a { background-color: #90CE3C; }
a { background-color: rgb(144,206,60); }
div.DivClassName
{
background-color: #90CE3C;
}
.BgClassName
{
background-color: #90CE3C;
}
</style>
border-color css
<style>
span { border-color: #90CE3C; }
span { border-color: rgb(144,206,60); }
td.TdClassName
{
border-color: #90CE3C;
}
.TagClassName
{
border-color: #90CE3C;
}
</style>