Shades of Atlantis #90C843
Tints of Atlantis #90C843
RGB
CMYK
RGB Variations
Color information
#90C843 (or 0x90C843) is known color: Atlantis. HEX triplet: 90, C8 and 43. RGB value is (144,200,67). Sum of RGB (Red+Green+Blue) = 144+200+67=411 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.04% from 411); Green value is 200 (78.52% from 255 or 48.66% from 411); Blue value is 67 (26.56% from 255 or 16.30% from 411); Max value from RGB is 200 - color contains mainly: green. Hex color #90C843 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90C843 is #6F37BC. Grayscale: #A8A8A8. Windows color (decimal): -7288765 or 4442256. OLE color: 4442256.
HSL color Cylindrical-coordinate representation of color #90C843: hue angle of 85.26º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #90C843 is Cyan = 0.28, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 144 | 200 | 67 | - |
| CMYK | 0.28 | 0 | 0.66 | 0.22 |
| HSL | 85.26º | 0.55% | 0.52% | - |
| HSV(B) | 85.26º | 0.67% | 0.78% | - |
| XYZ | 33.17 | 47.64 | 12.76 | - |
| YUV | 168.09 | 70.95 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 200 | 67 | 0.28 | 0 | 0.66 | 0.22 | 85.26 | 0.55 | 0.52 |
| Hex | 90 | C8 | 43 | 1C | 0 | 42 | 16 | 55 | 37 | 34 |
| Octal | 220 | 310 | 103 | 34 | 0 | 102 | 26 | 125 | 67 | 64 |
| Binary | 10010000 | 11001000 | 1000011 | 11100 | 0 | 1000010 | 10110 | 1010101 | 110111 | 110100 |
Color Harmonies of #90C843
Complementary color
Monochromatic Colors of #90C843
Black with #90C843
Text Example
Text Example
White with #90C843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C843; }
p { color: rgb(144,200,67); }
H1.HeaderClassName
{
color: #90C843;
}
.AnyTagClassName
{
color: #90C843;
}
</style>
background-color css
<style>
a { background-color: #90C843; }
a { background-color: rgb(144,200,67); }
div.DivClassName
{
background-color: #90C843;
}
.BgClassName
{
background-color: #90C843;
}
</style>
border-color css
<style>
span { border-color: #90C843; }
span { border-color: rgb(144,200,67); }
td.TdClassName
{
border-color: #90C843;
}
.TagClassName
{
border-color: #90C843;
}
</style>