Shades of Atlantis #90C94B
Tints of Atlantis #90C94B
RGB
CMYK
RGB Variations
Color information
#90C94B (or 0x90C94B) is known color: Atlantis. HEX triplet: 90, C9 and 4B. RGB value is (144,201,75). Sum of RGB (Red+Green+Blue) = 144+201+75=420 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.29% from 420); Green value is 201 (78.91% from 255 or 47.86% from 420); Blue value is 75 (29.69% from 255 or 17.86% from 420); Max value from RGB is 201 - color contains mainly: green. Hex color #90C94B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90C94B is #6F36B4. Grayscale: #AAAAAA. Windows color (decimal): -7288501 or 4966800. OLE color: 4966800.
HSL color Cylindrical-coordinate representation of color #90C94B: hue angle of 87.14º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #90C94B is Cyan = 0.28, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 201 | 75 | - |
| CMYK | 0.28 | 0 | 0.63 | 0.21 |
| HSL | 87.14º | 0.54% | 0.54% | - |
| HSV(B) | 87.14º | 0.63% | 0.79% | - |
| XYZ | 33.66 | 48.21 | 14.19 | - |
| YUV | 169.59 | 74.62 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 201 | 75 | 0.28 | 0 | 0.63 | 0.21 | 87.14 | 0.54 | 0.54 |
| Hex | 90 | C9 | 4B | 1C | 0 | 3F | 15 | 57 | 36 | 36 |
| Octal | 220 | 311 | 113 | 34 | 0 | 77 | 25 | 127 | 66 | 66 |
| Binary | 10010000 | 11001001 | 1001011 | 11100 | 0 | 111111 | 10101 | 1010111 | 110110 | 110110 |
Color Harmonies of #90C94B
Complementary color
Monochromatic Colors of #90C94B
Black with #90C94B
Text Example
Text Example
White with #90C94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C94B; }
p { color: rgb(144,201,75); }
H1.HeaderClassName
{
color: #90C94B;
}
.AnyTagClassName
{
color: #90C94B;
}
</style>
background-color css
<style>
a { background-color: #90C94B; }
a { background-color: rgb(144,201,75); }
div.DivClassName
{
background-color: #90C94B;
}
.BgClassName
{
background-color: #90C94B;
}
</style>
border-color css
<style>
span { border-color: #90C94B; }
span { border-color: rgb(144,201,75); }
td.TdClassName
{
border-color: #90C94B;
}
.TagClassName
{
border-color: #90C94B;
}
</style>