Shades of Atlantis #90E03F
Tints of Atlantis #90E03F
RGB
CMYK
RGB Variations
Color information
#90E03F (or 0x90E03F) is known color: Atlantis. HEX triplet: 90, E0 and 3F. RGB value is (144,224,63). Sum of RGB (Red+Green+Blue) = 144+224+63=431 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.41% from 431); Green value is 224 (87.89% from 255 or 51.97% from 431); Blue value is 63 (25% from 255 or 14.62% from 431); Max value from RGB is 224 - color contains mainly: green. Hex color #90E03F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90E03F is #6F1FC0. Grayscale: #B6B6B6. Windows color (decimal): -7282625 or 4186256. OLE color: 4186256.
HSL color Cylindrical-coordinate representation of color #90E03F: hue angle of 89.81º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #90E03F is Cyan = 0.36, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 144 | 224 | 63 | - |
| CMYK | 0.36 | 0 | 0.72 | 0.12 |
| HSL | 89.81º | 0.72% | 0.56% | - |
| HSV(B) | 89.81º | 0.72% | 0.88% | - |
| XYZ | 39.05 | 59.6 | 14.15 | - |
| YUV | 181.73 | 61 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 224 | 63 | 0.36 | 0 | 0.72 | 0.12 | 89.81 | 0.72 | 0.56 |
| Hex | 90 | E0 | 3F | 24 | 0 | 48 | C | 5A | 48 | 38 |
| Octal | 220 | 340 | 77 | 44 | 0 | 110 | 14 | 132 | 110 | 70 |
| Binary | 10010000 | 11100000 | 111111 | 100100 | 0 | 1001000 | 1100 | 1011010 | 1001000 | 111000 |
Color Harmonies of #90E03F
Complementary color
Monochromatic Colors of #90E03F
Black with #90E03F
Text Example
Text Example
White with #90E03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E03F; }
p { color: rgb(144,224,63); }
H1.HeaderClassName
{
color: #90E03F;
}
.AnyTagClassName
{
color: #90E03F;
}
</style>
background-color css
<style>
a { background-color: #90E03F; }
a { background-color: rgb(144,224,63); }
div.DivClassName
{
background-color: #90E03F;
}
.BgClassName
{
background-color: #90E03F;
}
</style>
border-color css
<style>
span { border-color: #90E03F; }
span { border-color: rgb(144,224,63); }
td.TdClassName
{
border-color: #90E03F;
}
.TagClassName
{
border-color: #90E03F;
}
</style>