Shades of Atlantis #90EB42
Tints of Atlantis #90EB42
RGB
CMYK
RGB Variations
Color information
#90EB42 (or 0x90EB42) is known color: Atlantis. HEX triplet: 90, EB and 42. RGB value is (144,235,66). Sum of RGB (Red+Green+Blue) = 144+235+66=445 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.36% from 445); Green value is 235 (92.19% from 255 or 52.81% from 445); Blue value is 66 (26.17% from 255 or 14.83% from 445); Max value from RGB is 235 - color contains mainly: green. Hex color #90EB42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #90EB42 is #6F14BD. Grayscale: #BDBDBD. Windows color (decimal): -7279806 or 4385680. OLE color: 4385680.
HSL color Cylindrical-coordinate representation of color #90EB42: hue angle of 92.31º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #90EB42 is Cyan = 0.39, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 235 | 66 | - |
| CMYK | 0.39 | 0 | 0.72 | 0.08 |
| HSL | 92.31º | 0.81% | 0.59% | - |
| HSV(B) | 92.31º | 0.72% | 0.92% | - |
| XYZ | 42.19 | 65.74 | 15.62 | - |
| YUV | 188.53 | 58.85 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 235 | 66 | 0.39 | 0 | 0.72 | 0.08 | 92.31 | 0.81 | 0.59 |
| Hex | 90 | EB | 42 | 27 | 0 | 48 | 8 | 5C | 51 | 3B |
| Octal | 220 | 353 | 102 | 47 | 0 | 110 | 10 | 134 | 121 | 73 |
| Binary | 10010000 | 11101011 | 1000010 | 100111 | 0 | 1001000 | 1000 | 1011100 | 1010001 | 111011 |
Color Harmonies of #90EB42
Complementary color
Monochromatic Colors of #90EB42
Black with #90EB42
Text Example
Text Example
White with #90EB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EB42; }
p { color: rgb(144,235,66); }
H1.HeaderClassName
{
color: #90EB42;
}
.AnyTagClassName
{
color: #90EB42;
}
</style>
background-color css
<style>
a { background-color: #90EB42; }
a { background-color: rgb(144,235,66); }
div.DivClassName
{
background-color: #90EB42;
}
.BgClassName
{
background-color: #90EB42;
}
</style>
border-color css
<style>
span { border-color: #90EB42; }
span { border-color: rgb(144,235,66); }
td.TdClassName
{
border-color: #90EB42;
}
.TagClassName
{
border-color: #90EB42;
}
</style>