Shades of Atlantis #90BE44
Tints of Atlantis #90BE44
RGB
CMYK
RGB Variations
Color information
#90BE44 (or 0x90BE44) is known color: Atlantis. HEX triplet: 90, BE and 44. RGB value is (144,190,68). Sum of RGB (Red+Green+Blue) = 144+190+68=402 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.82% from 402); Green value is 190 (74.61% from 255 or 47.26% from 402); Blue value is 68 (26.95% from 255 or 16.92% from 402); Max value from RGB is 190 - color contains mainly: green. Hex color #90BE44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90BE44 is #6F41BB. Grayscale: #A2A2A2. Windows color (decimal): -7291324 or 4505232. OLE color: 4505232.
HSL color Cylindrical-coordinate representation of color #90BE44: hue angle of 82.62º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #90BE44 is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 190 | 68 | - |
| CMYK | 0.24 | 0 | 0.64 | 0.25 |
| HSL | 82.62º | 0.48% | 0.51% | - |
| HSV(B) | 82.62º | 0.64% | 0.75% | - |
| XYZ | 30.96 | 43.17 | 12.17 | - |
| YUV | 162.34 | 74.76 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 190 | 68 | 0.24 | 0 | 0.64 | 0.25 | 82.62 | 0.48 | 0.51 |
| Hex | 90 | BE | 44 | 18 | 0 | 40 | 19 | 53 | 30 | 33 |
| Octal | 220 | 276 | 104 | 30 | 0 | 100 | 31 | 123 | 60 | 63 |
| Binary | 10010000 | 10111110 | 1000100 | 11000 | 0 | 1000000 | 11001 | 1010011 | 110000 | 110011 |
Color Harmonies of #90BE44
Complementary color
Monochromatic Colors of #90BE44
Black with #90BE44
Text Example
Text Example
White with #90BE44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BE44; }
p { color: rgb(144,190,68); }
H1.HeaderClassName
{
color: #90BE44;
}
.AnyTagClassName
{
color: #90BE44;
}
</style>
background-color css
<style>
a { background-color: #90BE44; }
a { background-color: rgb(144,190,68); }
div.DivClassName
{
background-color: #90BE44;
}
.BgClassName
{
background-color: #90BE44;
}
</style>
border-color css
<style>
span { border-color: #90BE44; }
span { border-color: rgb(144,190,68); }
td.TdClassName
{
border-color: #90BE44;
}
.TagClassName
{
border-color: #90BE44;
}
</style>