Shades of Atlantis #90C04B
Tints of Atlantis #90C04B
RGB
CMYK
RGB Variations
Color information
#90C04B (or 0x90C04B) is known color: Atlantis. HEX triplet: 90, C0 and 4B. RGB value is (144,192,75). Sum of RGB (Red+Green+Blue) = 144+192+75=411 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.04% from 411); Green value is 192 (75.39% from 255 or 46.72% from 411); Blue value is 75 (29.69% from 255 or 18.25% from 411); Max value from RGB is 192 - color contains mainly: green. Hex color #90C04B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90C04B is #6F3FB4. Grayscale: #A4A4A4. Windows color (decimal): -7290805 or 4964496. OLE color: 4964496.
HSL color Cylindrical-coordinate representation of color #90C04B: hue angle of 84.62º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #90C04B is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 192 | 75 | - |
| CMYK | 0.25 | 0 | 0.61 | 0.25 |
| HSL | 84.62º | 0.48% | 0.52% | - |
| HSV(B) | 84.62º | 0.61% | 0.75% | - |
| XYZ | 31.62 | 44.14 | 13.51 | - |
| YUV | 164.31 | 77.6 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 192 | 75 | 0.25 | 0 | 0.61 | 0.25 | 84.62 | 0.48 | 0.52 |
| Hex | 90 | C0 | 4B | 19 | 0 | 3D | 19 | 55 | 30 | 34 |
| Octal | 220 | 300 | 113 | 31 | 0 | 75 | 31 | 125 | 60 | 64 |
| Binary | 10010000 | 11000000 | 1001011 | 11001 | 0 | 111101 | 11001 | 1010101 | 110000 | 110100 |
Color Harmonies of #90C04B
Complementary color
Monochromatic Colors of #90C04B
Black with #90C04B
Text Example
Text Example
White with #90C04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C04B; }
p { color: rgb(144,192,75); }
H1.HeaderClassName
{
color: #90C04B;
}
.AnyTagClassName
{
color: #90C04B;
}
</style>
background-color css
<style>
a { background-color: #90C04B; }
a { background-color: rgb(144,192,75); }
div.DivClassName
{
background-color: #90C04B;
}
.BgClassName
{
background-color: #90C04B;
}
</style>
border-color css
<style>
span { border-color: #90C04B; }
span { border-color: rgb(144,192,75); }
td.TdClassName
{
border-color: #90C04B;
}
.TagClassName
{
border-color: #90C04B;
}
</style>