Shades of Atlantis #90EF4D
Tints of Atlantis #90EF4D
RGB
CMYK
RGB Variations
Color information
#90EF4D (or 0x90EF4D) is known color: Atlantis. HEX triplet: 90, EF and 4D. RGB value is (144,239,77). Sum of RGB (Red+Green+Blue) = 144+239+77=460 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.30% from 460); Green value is 239 (93.75% from 255 or 51.96% from 460); Blue value is 77 (30.47% from 255 or 16.74% from 460); Max value from RGB is 239 - color contains mainly: green. Hex color #90EF4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #90EF4D is #6F10B2. Grayscale: #C0C0C0. Windows color (decimal): -7278771 or 5107600. OLE color: 5107600.
HSL color Cylindrical-coordinate representation of color #90EF4D: hue angle of 95.19º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #90EF4D is Cyan = 0.40, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 144 | 239 | 77 | - |
| CMYK | 0.40 | 0 | 0.68 | 0.06 |
| HSL | 95.19º | 0.84% | 0.62% | - |
| HSV(B) | 95.19º | 0.68% | 0.94% | - |
| XYZ | 43.71 | 68.2 | 17.88 | - |
| YUV | 192.13 | 63.03 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 239 | 77 | 0.40 | 0 | 0.68 | 0.06 | 95.19 | 0.84 | 0.62 |
| Hex | 90 | EF | 4D | 28 | 0 | 44 | 6 | 5F | 54 | 3E |
| Octal | 220 | 357 | 115 | 50 | 0 | 104 | 6 | 137 | 124 | 76 |
| Binary | 10010000 | 11101111 | 1001101 | 101000 | 0 | 1000100 | 110 | 1011111 | 1010100 | 111110 |
Color Harmonies of #90EF4D
Complementary color
Monochromatic Colors of #90EF4D
Black with #90EF4D
Text Example
Text Example
White with #90EF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EF4D; }
p { color: rgb(144,239,77); }
H1.HeaderClassName
{
color: #90EF4D;
}
.AnyTagClassName
{
color: #90EF4D;
}
</style>
background-color css
<style>
a { background-color: #90EF4D; }
a { background-color: rgb(144,239,77); }
div.DivClassName
{
background-color: #90EF4D;
}
.BgClassName
{
background-color: #90EF4D;
}
</style>
border-color css
<style>
span { border-color: #90EF4D; }
span { border-color: rgb(144,239,77); }
td.TdClassName
{
border-color: #90EF4D;
}
.TagClassName
{
border-color: #90EF4D;
}
</style>