Shades of Atlantis #90C73F
Tints of Atlantis #90C73F
RGB
CMYK
RGB Variations
Color information
#90C73F (or 0x90C73F) is known color: Atlantis. HEX triplet: 90, C7 and 3F. RGB value is (144,199,63). Sum of RGB (Red+Green+Blue) = 144+199+63=406 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.47% from 406); Green value is 199 (78.12% from 255 or 49.01% from 406); Blue value is 63 (25% from 255 or 15.52% from 406); Max value from RGB is 199 - color contains mainly: green. Hex color #90C73F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90C73F is #6F38C0. Grayscale: #A7A7A7. Windows color (decimal): -7289025 or 4179856. OLE color: 4179856.
HSL color Cylindrical-coordinate representation of color #90C73F: hue angle of 84.26º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #90C73F is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 144 | 199 | 63 | - |
| CMYK | 0.28 | 0 | 0.68 | 0.22 |
| HSL | 84.26º | 0.55% | 0.51% | - |
| HSV(B) | 84.26º | 0.68% | 0.78% | - |
| XYZ | 32.82 | 47.14 | 12.07 | - |
| YUV | 167.05 | 69.28 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 199 | 63 | 0.28 | 0 | 0.68 | 0.22 | 84.26 | 0.55 | 0.51 |
| Hex | 90 | C7 | 3F | 1C | 0 | 44 | 16 | 54 | 37 | 33 |
| Octal | 220 | 307 | 77 | 34 | 0 | 104 | 26 | 124 | 67 | 63 |
| Binary | 10010000 | 11000111 | 111111 | 11100 | 0 | 1000100 | 10110 | 1010100 | 110111 | 110011 |
Color Harmonies of #90C73F
Complementary color
Monochromatic Colors of #90C73F
Black with #90C73F
Text Example
Text Example
White with #90C73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C73F; }
p { color: rgb(144,199,63); }
H1.HeaderClassName
{
color: #90C73F;
}
.AnyTagClassName
{
color: #90C73F;
}
</style>
background-color css
<style>
a { background-color: #90C73F; }
a { background-color: rgb(144,199,63); }
div.DivClassName
{
background-color: #90C73F;
}
.BgClassName
{
background-color: #90C73F;
}
</style>
border-color css
<style>
span { border-color: #90C73F; }
span { border-color: rgb(144,199,63); }
td.TdClassName
{
border-color: #90C73F;
}
.TagClassName
{
border-color: #90C73F;
}
</style>