Shades of Atlantis #90D745
Tints of Atlantis #90D745
RGB
CMYK
RGB Variations
Color information
#90D745 (or 0x90D745) is known color: Atlantis. HEX triplet: 90, D7 and 45. RGB value is (144,215,69). Sum of RGB (Red+Green+Blue) = 144+215+69=428 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.64% from 428); Green value is 215 (84.38% from 255 or 50.23% from 428); Blue value is 69 (27.34% from 255 or 16.12% from 428); Max value from RGB is 215 - color contains mainly: green. Hex color #90D745 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90D745 is #6F28BA. Grayscale: #B1B1B1. Windows color (decimal): -7284923 or 4577168. OLE color: 4577168.
HSL color Cylindrical-coordinate representation of color #90D745: hue angle of 89.18º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #90D745 is Cyan = 0.33, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 215 | 69 | - |
| CMYK | 0.33 | 0 | 0.68 | 0.16 |
| HSL | 89.18º | 0.65% | 0.56% | - |
| HSV(B) | 89.18º | 0.68% | 0.84% | - |
| XYZ | 36.88 | 54.96 | 14.29 | - |
| YUV | 177.13 | 66.98 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 215 | 69 | 0.33 | 0 | 0.68 | 0.16 | 89.18 | 0.65 | 0.56 |
| Hex | 90 | D7 | 45 | 21 | 0 | 44 | 10 | 59 | 41 | 38 |
| Octal | 220 | 327 | 105 | 41 | 0 | 104 | 20 | 131 | 101 | 70 |
| Binary | 10010000 | 11010111 | 1000101 | 100001 | 0 | 1000100 | 10000 | 1011001 | 1000001 | 111000 |
Color Harmonies of #90D745
Complementary color
Monochromatic Colors of #90D745
Black with #90D745
Text Example
Text Example
White with #90D745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D745; }
p { color: rgb(144,215,69); }
H1.HeaderClassName
{
color: #90D745;
}
.AnyTagClassName
{
color: #90D745;
}
</style>
background-color css
<style>
a { background-color: #90D745; }
a { background-color: rgb(144,215,69); }
div.DivClassName
{
background-color: #90D745;
}
.BgClassName
{
background-color: #90D745;
}
</style>
border-color css
<style>
span { border-color: #90D745; }
span { border-color: rgb(144,215,69); }
td.TdClassName
{
border-color: #90D745;
}
.TagClassName
{
border-color: #90D745;
}
</style>