Shades of Atlantis #90BE45
Tints of Atlantis #90BE45
RGB
CMYK
RGB Variations
Color information
#90BE45 (or 0x90BE45) is known color: Atlantis. HEX triplet: 90, BE and 45. RGB value is (144,190,69). Sum of RGB (Red+Green+Blue) = 144+190+69=403 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.73% from 403); Green value is 190 (74.61% from 255 or 47.15% from 403); Blue value is 69 (27.34% from 255 or 17.12% from 403); Max value from RGB is 190 - color contains mainly: green. Hex color #90BE45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90BE45 is #6F41BA. Grayscale: #A2A2A2. Windows color (decimal): -7291323 or 4570768. OLE color: 4570768.
HSL color Cylindrical-coordinate representation of color #90BE45: hue angle of 82.81º 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 #90BE45 is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 190 | 69 | - |
| CMYK | 0.24 | 0 | 0.64 | 0.25 |
| HSL | 82.81º | 0.48% | 0.51% | - |
| HSV(B) | 82.81º | 0.64% | 0.75% | - |
| XYZ | 30.99 | 43.19 | 12.33 | - |
| YUV | 162.45 | 75.26 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 190 | 69 | 0.24 | 0 | 0.64 | 0.25 | 82.81 | 0.48 | 0.51 |
| Hex | 90 | BE | 45 | 18 | 0 | 40 | 19 | 53 | 30 | 33 |
| Octal | 220 | 276 | 105 | 30 | 0 | 100 | 31 | 123 | 60 | 63 |
| Binary | 10010000 | 10111110 | 1000101 | 11000 | 0 | 1000000 | 11001 | 1010011 | 110000 | 110011 |
Color Harmonies of #90BE45
Complementary color
Monochromatic Colors of #90BE45
Black with #90BE45
Text Example
Text Example
White with #90BE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BE45; }
p { color: rgb(144,190,69); }
H1.HeaderClassName
{
color: #90BE45;
}
.AnyTagClassName
{
color: #90BE45;
}
</style>
background-color css
<style>
a { background-color: #90BE45; }
a { background-color: rgb(144,190,69); }
div.DivClassName
{
background-color: #90BE45;
}
.BgClassName
{
background-color: #90BE45;
}
</style>
border-color css
<style>
span { border-color: #90BE45; }
span { border-color: rgb(144,190,69); }
td.TdClassName
{
border-color: #90BE45;
}
.TagClassName
{
border-color: #90BE45;
}
</style>