Shades of Atlantis #90D04C
Tints of Atlantis #90D04C
RGB
CMYK
RGB Variations
Color information
#90D04C (or 0x90D04C) is known color: Atlantis. HEX triplet: 90, D0 and 4C. RGB value is (144,208,76). Sum of RGB (Red+Green+Blue) = 144+208+76=428 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.64% from 428); Green value is 208 (81.64% from 255 or 48.60% from 428); Blue value is 76 (30.08% from 255 or 17.76% from 428); Max value from RGB is 208 - color contains mainly: green. Hex color #90D04C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90D04C is #6F2FB3. Grayscale: #AEAEAE. Windows color (decimal): -7286708 or 5034128. OLE color: 5034128.
HSL color Cylindrical-coordinate representation of color #90D04C: hue angle of 89.09º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #90D04C is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 144 | 208 | 76 | - |
| CMYK | 0.31 | 0 | 0.63 | 0.18 |
| HSL | 89.09º | 0.58% | 0.56% | - |
| HSV(B) | 89.09º | 0.63% | 0.82% | - |
| XYZ | 35.36 | 51.56 | 14.93 | - |
| YUV | 173.82 | 72.8 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 208 | 76 | 0.31 | 0 | 0.63 | 0.18 | 89.09 | 0.58 | 0.56 |
| Hex | 90 | D0 | 4C | 1F | 0 | 3F | 12 | 59 | 3A | 38 |
| Octal | 220 | 320 | 114 | 37 | 0 | 77 | 22 | 131 | 72 | 70 |
| Binary | 10010000 | 11010000 | 1001100 | 11111 | 0 | 111111 | 10010 | 1011001 | 111010 | 111000 |
Color Harmonies of #90D04C
Complementary color
Monochromatic Colors of #90D04C
Black with #90D04C
Text Example
Text Example
White with #90D04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D04C; }
p { color: rgb(144,208,76); }
H1.HeaderClassName
{
color: #90D04C;
}
.AnyTagClassName
{
color: #90D04C;
}
</style>
background-color css
<style>
a { background-color: #90D04C; }
a { background-color: rgb(144,208,76); }
div.DivClassName
{
background-color: #90D04C;
}
.BgClassName
{
background-color: #90D04C;
}
</style>
border-color css
<style>
span { border-color: #90D04C; }
span { border-color: rgb(144,208,76); }
td.TdClassName
{
border-color: #90D04C;
}
.TagClassName
{
border-color: #90D04C;
}
</style>