Shades of Atlantis #90D943
Tints of Atlantis #90D943
RGB
CMYK
RGB Variations
Color information
#90D943 (or 0x90D943) is known color: Atlantis. HEX triplet: 90, D9 and 43. RGB value is (144,217,67). Sum of RGB (Red+Green+Blue) = 144+217+67=428 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.64% from 428); Green value is 217 (85.16% from 255 or 50.70% from 428); Blue value is 67 (26.56% from 255 or 15.65% from 428); Max value from RGB is 217 - color contains mainly: green. Hex color #90D943 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90D943 is #6F26BC. Grayscale: #B2B2B2. Windows color (decimal): -7284413 or 4446608. OLE color: 4446608.
HSL color Cylindrical-coordinate representation of color #90D943: hue angle of 89.2º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #90D943 is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 217 | 67 | - |
| CMYK | 0.34 | 0 | 0.69 | 0.15 |
| HSL | 89.2º | 0.66% | 0.56% | - |
| HSV(B) | 89.2º | 0.69% | 0.85% | - |
| XYZ | 37.33 | 55.96 | 14.14 | - |
| YUV | 178.07 | 65.32 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 217 | 67 | 0.34 | 0 | 0.69 | 0.15 | 89.2 | 0.66 | 0.56 |
| Hex | 90 | D9 | 43 | 22 | 0 | 45 | F | 59 | 42 | 38 |
| Octal | 220 | 331 | 103 | 42 | 0 | 105 | 17 | 131 | 102 | 70 |
| Binary | 10010000 | 11011001 | 1000011 | 100010 | 0 | 1000101 | 1111 | 1011001 | 1000010 | 111000 |
Color Harmonies of #90D943
Complementary color
Monochromatic Colors of #90D943
Black with #90D943
Text Example
Text Example
White with #90D943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D943; }
p { color: rgb(144,217,67); }
H1.HeaderClassName
{
color: #90D943;
}
.AnyTagClassName
{
color: #90D943;
}
</style>
background-color css
<style>
a { background-color: #90D943; }
a { background-color: rgb(144,217,67); }
div.DivClassName
{
background-color: #90D943;
}
.BgClassName
{
background-color: #90D943;
}
</style>
border-color css
<style>
span { border-color: #90D943; }
span { border-color: rgb(144,217,67); }
td.TdClassName
{
border-color: #90D943;
}
.TagClassName
{
border-color: #90D943;
}
</style>