Shades of Atlantis #90EF46
Tints of Atlantis #90EF46
RGB
CMYK
RGB Variations
Color information
#90EF46 (or 0x90EF46) is known color: Atlantis. HEX triplet: 90, EF and 46. RGB value is (144,239,70). Sum of RGB (Red+Green+Blue) = 144+239+70=453 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.79% from 453); Green value is 239 (93.75% from 255 or 52.76% from 453); Blue value is 70 (27.73% from 255 or 15.45% from 453); Max value from RGB is 239 - color contains mainly: green. Hex color #90EF46 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #90EF46 is #6F10B9. Grayscale: #BFBFBF. Windows color (decimal): -7278778 or 4648848. OLE color: 4648848.
HSL color Cylindrical-coordinate representation of color #90EF46: hue angle of 93.73º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #90EF46 is Cyan = 0.40, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 144 | 239 | 70 | - |
| CMYK | 0.40 | 0 | 0.71 | 0.06 |
| HSL | 93.73º | 0.84% | 0.61% | - |
| HSV(B) | 93.73º | 0.71% | 0.94% | - |
| XYZ | 43.47 | 68.1 | 16.65 | - |
| YUV | 191.33 | 59.53 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 239 | 70 | 0.40 | 0 | 0.71 | 0.06 | 93.73 | 0.84 | 0.61 |
| Hex | 90 | EF | 46 | 28 | 0 | 47 | 6 | 5E | 54 | 3D |
| Octal | 220 | 357 | 106 | 50 | 0 | 107 | 6 | 136 | 124 | 75 |
| Binary | 10010000 | 11101111 | 1000110 | 101000 | 0 | 1000111 | 110 | 1011110 | 1010100 | 111101 |
Color Harmonies of #90EF46
Complementary color
Monochromatic Colors of #90EF46
Black with #90EF46
Text Example
Text Example
White with #90EF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EF46; }
p { color: rgb(144,239,70); }
H1.HeaderClassName
{
color: #90EF46;
}
.AnyTagClassName
{
color: #90EF46;
}
</style>
background-color css
<style>
a { background-color: #90EF46; }
a { background-color: rgb(144,239,70); }
div.DivClassName
{
background-color: #90EF46;
}
.BgClassName
{
background-color: #90EF46;
}
</style>
border-color css
<style>
span { border-color: #90EF46; }
span { border-color: rgb(144,239,70); }
td.TdClassName
{
border-color: #90EF46;
}
.TagClassName
{
border-color: #90EF46;
}
</style>