Shades of Atlantis #90C141
Tints of Atlantis #90C141
RGB
CMYK
RGB Variations
Color information
#90C141 (or 0x90C141) is known color: Atlantis. HEX triplet: 90, C1 and 41. RGB value is (144,193,65). Sum of RGB (Red+Green+Blue) = 144+193+65=402 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.82% from 402); Green value is 193 (75.78% from 255 or 48.01% from 402); Blue value is 65 (25.78% from 255 or 16.17% from 402); Max value from RGB is 193 - color contains mainly: green. Hex color #90C141 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90C141 is #6F3EBE. Grayscale: #A4A4A4. Windows color (decimal): -7290559 or 4309392. OLE color: 4309392.
HSL color Cylindrical-coordinate representation of color #90C141: hue angle of 82.97º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #90C141 is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 193 | 65 | - |
| CMYK | 0.25 | 0 | 0.66 | 0.24 |
| HSL | 82.97º | 0.51% | 0.51% | - |
| HSV(B) | 82.97º | 0.66% | 0.76% | - |
| XYZ | 31.53 | 44.45 | 11.92 | - |
| YUV | 163.76 | 72.27 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 193 | 65 | 0.25 | 0 | 0.66 | 0.24 | 82.97 | 0.51 | 0.51 |
| Hex | 90 | C1 | 41 | 19 | 0 | 42 | 18 | 53 | 33 | 33 |
| Octal | 220 | 301 | 101 | 31 | 0 | 102 | 30 | 123 | 63 | 63 |
| Binary | 10010000 | 11000001 | 1000001 | 11001 | 0 | 1000010 | 11000 | 1010011 | 110011 | 110011 |
Color Harmonies of #90C141
Complementary color
Monochromatic Colors of #90C141
Black with #90C141
Text Example
Text Example
White with #90C141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C141; }
p { color: rgb(144,193,65); }
H1.HeaderClassName
{
color: #90C141;
}
.AnyTagClassName
{
color: #90C141;
}
</style>
background-color css
<style>
a { background-color: #90C141; }
a { background-color: rgb(144,193,65); }
div.DivClassName
{
background-color: #90C141;
}
.BgClassName
{
background-color: #90C141;
}
</style>
border-color css
<style>
span { border-color: #90C141; }
span { border-color: rgb(144,193,65); }
td.TdClassName
{
border-color: #90C141;
}
.TagClassName
{
border-color: #90C141;
}
</style>