Shades of Atlantis #90F24D
Tints of Atlantis #90F24D
RGB
CMYK
RGB Variations
Color information
#90F24D (or 0x90F24D) is known color: Atlantis. HEX triplet: 90, F2 and 4D. RGB value is (144,242,77). Sum of RGB (Red+Green+Blue) = 144+242+77=463 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.10% from 463); Green value is 242 (94.92% from 255 or 52.27% from 463); Blue value is 77 (30.47% from 255 or 16.63% from 463); Max value from RGB is 242 - color contains mainly: green. Hex color #90F24D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #90F24D is #6F0DB2. Grayscale: #C2C2C2. Windows color (decimal): -7278003 or 5108368. OLE color: 5108368.
HSL color Cylindrical-coordinate representation of color #90F24D: hue angle of 95.64º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #90F24D is Cyan = 0.40, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 242 | 77 | - |
| CMYK | 0.40 | 0 | 0.68 | 0.05 |
| HSL | 95.64º | 0.86% | 0.63% | - |
| HSV(B) | 95.64º | 0.68% | 0.95% | - |
| XYZ | 44.59 | 69.97 | 18.18 | - |
| YUV | 193.89 | 62.03 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 242 | 77 | 0.40 | 0 | 0.68 | 0.05 | 95.64 | 0.86 | 0.63 |
| Hex | 90 | F2 | 4D | 28 | 0 | 44 | 5 | 60 | 56 | 3F |
| Octal | 220 | 362 | 115 | 50 | 0 | 104 | 5 | 140 | 126 | 77 |
| Binary | 10010000 | 11110010 | 1001101 | 101000 | 0 | 1000100 | 101 | 1100000 | 1010110 | 111111 |
Color Harmonies of #90F24D
Complementary color
Monochromatic Colors of #90F24D
Black with #90F24D
Text Example
Text Example
White with #90F24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F24D; }
p { color: rgb(144,242,77); }
H1.HeaderClassName
{
color: #90F24D;
}
.AnyTagClassName
{
color: #90F24D;
}
</style>
background-color css
<style>
a { background-color: #90F24D; }
a { background-color: rgb(144,242,77); }
div.DivClassName
{
background-color: #90F24D;
}
.BgClassName
{
background-color: #90F24D;
}
</style>
border-color css
<style>
span { border-color: #90F24D; }
span { border-color: rgb(144,242,77); }
td.TdClassName
{
border-color: #90F24D;
}
.TagClassName
{
border-color: #90F24D;
}
</style>