Shades of Atlantis #90E13F
Tints of Atlantis #90E13F
RGB
CMYK
RGB Variations
Color information
#90E13F (or 0x90E13F) is known color: Atlantis. HEX triplet: 90, E1 and 3F. RGB value is (144,225,63). Sum of RGB (Red+Green+Blue) = 144+225+63=432 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.33% from 432); Green value is 225 (88.28% from 255 or 52.08% from 432); Blue value is 63 (25% from 255 or 14.58% from 432); Max value from RGB is 225 - color contains mainly: green. Hex color #90E13F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90E13F is #6F1EC0. Grayscale: #B6B6B6. Windows color (decimal): -7282369 or 4186512. OLE color: 4186512.
HSL color Cylindrical-coordinate representation of color #90E13F: hue angle of 90º degrees, saturation: 0.73, 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 #90E13F is Cyan = 0.36, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 144 | 225 | 63 | - |
| CMYK | 0.36 | 0 | 0.72 | 0.12 |
| HSL | 90º | 0.73% | 0.56% | - |
| HSV(B) | 90º | 0.72% | 0.88% | - |
| XYZ | 39.32 | 60.14 | 14.24 | - |
| YUV | 182.31 | 60.66 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 225 | 63 | 0.36 | 0 | 0.72 | 0.12 | 90 | 0.73 | 0.56 |
| Hex | 90 | E1 | 3F | 24 | 0 | 48 | C | 5A | 49 | 38 |
| Octal | 220 | 341 | 77 | 44 | 0 | 110 | 14 | 132 | 111 | 70 |
| Binary | 10010000 | 11100001 | 111111 | 100100 | 0 | 1001000 | 1100 | 1011010 | 1001001 | 111000 |
Color Harmonies of #90E13F
Complementary color
Monochromatic Colors of #90E13F
Black with #90E13F
Text Example
Text Example
White with #90E13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E13F; }
p { color: rgb(144,225,63); }
H1.HeaderClassName
{
color: #90E13F;
}
.AnyTagClassName
{
color: #90E13F;
}
</style>
background-color css
<style>
a { background-color: #90E13F; }
a { background-color: rgb(144,225,63); }
div.DivClassName
{
background-color: #90E13F;
}
.BgClassName
{
background-color: #90E13F;
}
</style>
border-color css
<style>
span { border-color: #90E13F; }
span { border-color: rgb(144,225,63); }
td.TdClassName
{
border-color: #90E13F;
}
.TagClassName
{
border-color: #90E13F;
}
</style>