Shades of Atlantis #90CC46
Tints of Atlantis #90CC46
RGB
CMYK
RGB Variations
Color information
#90CC46 (or 0x90CC46) is known color: Atlantis. HEX triplet: 90, CC and 46. RGB value is (144,204,70). Sum of RGB (Red+Green+Blue) = 144+204+70=418 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.45% from 418); Green value is 204 (80.08% from 255 or 48.80% from 418); Blue value is 70 (27.73% from 255 or 16.75% from 418); Max value from RGB is 204 - color contains mainly: green. Hex color #90CC46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90CC46 is #6F33B9. Grayscale: #ABABAB. Windows color (decimal): -7287738 or 4639888. OLE color: 4639888.
HSL color Cylindrical-coordinate representation of color #90CC46: hue angle of 86.87º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #90CC46 is Cyan = 0.29, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 144 | 204 | 70 | - |
| CMYK | 0.29 | 0 | 0.66 | 0.2 |
| HSL | 86.87º | 0.57% | 0.54% | - |
| HSV(B) | 86.87º | 0.66% | 0.8% | - |
| XYZ | 34.2 | 49.56 | 13.56 | - |
| YUV | 170.78 | 71.12 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 204 | 70 | 0.29 | 0 | 0.66 | 0.2 | 86.87 | 0.57 | 0.54 |
| Hex | 90 | CC | 46 | 1D | 0 | 42 | 14 | 57 | 39 | 36 |
| Octal | 220 | 314 | 106 | 35 | 0 | 102 | 24 | 127 | 71 | 66 |
| Binary | 10010000 | 11001100 | 1000110 | 11101 | 0 | 1000010 | 10100 | 1010111 | 111001 | 110110 |
Color Harmonies of #90CC46
Complementary color
Monochromatic Colors of #90CC46
Black with #90CC46
Text Example
Text Example
White with #90CC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CC46; }
p { color: rgb(144,204,70); }
H1.HeaderClassName
{
color: #90CC46;
}
.AnyTagClassName
{
color: #90CC46;
}
</style>
background-color css
<style>
a { background-color: #90CC46; }
a { background-color: rgb(144,204,70); }
div.DivClassName
{
background-color: #90CC46;
}
.BgClassName
{
background-color: #90CC46;
}
</style>
border-color css
<style>
span { border-color: #90CC46; }
span { border-color: rgb(144,204,70); }
td.TdClassName
{
border-color: #90CC46;
}
.TagClassName
{
border-color: #90CC46;
}
</style>