Shades of Atlantis #90EA43
Tints of Atlantis #90EA43
RGB
CMYK
RGB Variations
Color information
#90EA43 (or 0x90EA43) is known color: Atlantis. HEX triplet: 90, EA and 43. RGB value is (144,234,67). Sum of RGB (Red+Green+Blue) = 144+234+67=445 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.36% from 445); Green value is 234 (91.80% from 255 or 52.58% from 445); Blue value is 67 (26.56% from 255 or 15.06% from 445); Max value from RGB is 234 - color contains mainly: green. Hex color #90EA43 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #90EA43 is #6F15BC. Grayscale: #BCBCBC. Windows color (decimal): -7280061 or 4450960. OLE color: 4450960.
HSL color Cylindrical-coordinate representation of color #90EA43: hue angle of 92.34º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #90EA43 is Cyan = 0.38, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 234 | 67 | - |
| CMYK | 0.38 | 0 | 0.71 | 0.08 |
| HSL | 92.34º | 0.8% | 0.59% | - |
| HSV(B) | 92.34º | 0.71% | 0.92% | - |
| XYZ | 41.94 | 65.18 | 15.68 | - |
| YUV | 188.05 | 59.68 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 234 | 67 | 0.38 | 0 | 0.71 | 0.08 | 92.34 | 0.8 | 0.59 |
| Hex | 90 | EA | 43 | 26 | 0 | 47 | 8 | 5C | 50 | 3B |
| Octal | 220 | 352 | 103 | 46 | 0 | 107 | 10 | 134 | 120 | 73 |
| Binary | 10010000 | 11101010 | 1000011 | 100110 | 0 | 1000111 | 1000 | 1011100 | 1010000 | 111011 |
Color Harmonies of #90EA43
Complementary color
Monochromatic Colors of #90EA43
Black with #90EA43
Text Example
Text Example
White with #90EA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EA43; }
p { color: rgb(144,234,67); }
H1.HeaderClassName
{
color: #90EA43;
}
.AnyTagClassName
{
color: #90EA43;
}
</style>
background-color css
<style>
a { background-color: #90EA43; }
a { background-color: rgb(144,234,67); }
div.DivClassName
{
background-color: #90EA43;
}
.BgClassName
{
background-color: #90EA43;
}
</style>
border-color css
<style>
span { border-color: #90EA43; }
span { border-color: rgb(144,234,67); }
td.TdClassName
{
border-color: #90EA43;
}
.TagClassName
{
border-color: #90EA43;
}
</style>