Shades of Atlantis #90C142
Tints of Atlantis #90C142
RGB
CMYK
RGB Variations
Color information
#90C142 (or 0x90C142) is known color: Atlantis. HEX triplet: 90, C1 and 42. RGB value is (144,193,66). Sum of RGB (Red+Green+Blue) = 144+193+66=403 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.73% from 403); Green value is 193 (75.78% from 255 or 47.89% from 403); Blue value is 66 (26.17% from 255 or 16.38% from 403); Max value from RGB is 193 - color contains mainly: green. Hex color #90C142 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90C142 is #6F3EBD. Grayscale: #A4A4A4. Windows color (decimal): -7290558 or 4374928. OLE color: 4374928.
HSL color Cylindrical-coordinate representation of color #90C142: hue angle of 83.15º 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 #90C142 is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 193 | 66 | - |
| CMYK | 0.25 | 0 | 0.66 | 0.24 |
| HSL | 83.15º | 0.51% | 0.51% | - |
| HSV(B) | 83.15º | 0.66% | 0.76% | - |
| XYZ | 31.55 | 44.46 | 12.07 | - |
| YUV | 163.87 | 72.77 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 193 | 66 | 0.25 | 0 | 0.66 | 0.24 | 83.15 | 0.51 | 0.51 |
| Hex | 90 | C1 | 42 | 19 | 0 | 42 | 18 | 53 | 33 | 33 |
| Octal | 220 | 301 | 102 | 31 | 0 | 102 | 30 | 123 | 63 | 63 |
| Binary | 10010000 | 11000001 | 1000010 | 11001 | 0 | 1000010 | 11000 | 1010011 | 110011 | 110011 |
Color Harmonies of #90C142
Complementary color
Monochromatic Colors of #90C142
Black with #90C142
Text Example
Text Example
White with #90C142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C142; }
p { color: rgb(144,193,66); }
H1.HeaderClassName
{
color: #90C142;
}
.AnyTagClassName
{
color: #90C142;
}
</style>
background-color css
<style>
a { background-color: #90C142; }
a { background-color: rgb(144,193,66); }
div.DivClassName
{
background-color: #90C142;
}
.BgClassName
{
background-color: #90C142;
}
</style>
border-color css
<style>
span { border-color: #90C142; }
span { border-color: rgb(144,193,66); }
td.TdClassName
{
border-color: #90C142;
}
.TagClassName
{
border-color: #90C142;
}
</style>