Shades of Atlantis #90C04C
Tints of Atlantis #90C04C
RGB
CMYK
RGB Variations
Color information
#90C04C (or 0x90C04C) is known color: Atlantis. HEX triplet: 90, C0 and 4C. RGB value is (144,192,76). Sum of RGB (Red+Green+Blue) = 144+192+76=412 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.95% from 412); Green value is 192 (75.39% from 255 or 46.60% from 412); Blue value is 76 (30.08% from 255 or 18.45% from 412); Max value from RGB is 192 - color contains mainly: green. Hex color #90C04C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90C04C is #6F3FB3. Grayscale: #A4A4A4. Windows color (decimal): -7290804 or 5030032. OLE color: 5030032.
HSL color Cylindrical-coordinate representation of color #90C04C: hue angle of 84.83º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #90C04C is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 192 | 76 | - |
| CMYK | 0.25 | 0 | 0.60 | 0.25 |
| HSL | 84.83º | 0.48% | 0.53% | - |
| HSV(B) | 84.83º | 0.6% | 0.75% | - |
| XYZ | 31.66 | 44.15 | 13.69 | - |
| YUV | 164.42 | 78.1 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 192 | 76 | 0.25 | 0 | 0.60 | 0.25 | 84.83 | 0.48 | 0.53 |
| Hex | 90 | C0 | 4C | 19 | 0 | 3C | 19 | 55 | 30 | 35 |
| Octal | 220 | 300 | 114 | 31 | 0 | 74 | 31 | 125 | 60 | 65 |
| Binary | 10010000 | 11000000 | 1001100 | 11001 | 0 | 111100 | 11001 | 1010101 | 110000 | 110101 |
Color Harmonies of #90C04C
Complementary color
Monochromatic Colors of #90C04C
Black with #90C04C
Text Example
Text Example
White with #90C04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C04C; }
p { color: rgb(144,192,76); }
H1.HeaderClassName
{
color: #90C04C;
}
.AnyTagClassName
{
color: #90C04C;
}
</style>
background-color css
<style>
a { background-color: #90C04C; }
a { background-color: rgb(144,192,76); }
div.DivClassName
{
background-color: #90C04C;
}
.BgClassName
{
background-color: #90C04C;
}
</style>
border-color css
<style>
span { border-color: #90C04C; }
span { border-color: rgb(144,192,76); }
td.TdClassName
{
border-color: #90C04C;
}
.TagClassName
{
border-color: #90C04C;
}
</style>