Shades of Atlantis #90C43C
Tints of Atlantis #90C43C
RGB
CMYK
RGB Variations
Color information
#90C43C (or 0x90C43C) is known color: Atlantis. HEX triplet: 90, C4 and 3C. RGB value is (144,196,60). Sum of RGB (Red+Green+Blue) = 144+196+60=400 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36% from 400); Green value is 196 (76.95% from 255 or 49% from 400); Blue value is 60 (23.83% from 255 or 15% from 400); Max value from RGB is 196 - color contains mainly: green. Hex color #90C43C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90C43C is #6F3BC3. Grayscale: #A5A5A5. Windows color (decimal): -7289796 or 3982480. OLE color: 3982480.
HSL color Cylindrical-coordinate representation of color #90C43C: hue angle of 82.94º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #90C43C is Cyan = 0.27, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 144 | 196 | 60 | - |
| CMYK | 0.27 | 0 | 0.69 | 0.23 |
| HSL | 82.94º | 0.54% | 0.5% | - |
| HSV(B) | 82.94º | 0.69% | 0.77% | - |
| XYZ | 32.06 | 45.74 | 11.41 | - |
| YUV | 164.95 | 68.77 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 196 | 60 | 0.27 | 0 | 0.69 | 0.23 | 82.94 | 0.54 | 0.5 |
| Hex | 90 | C4 | 3C | 1B | 0 | 45 | 17 | 53 | 36 | 32 |
| Octal | 220 | 304 | 74 | 33 | 0 | 105 | 27 | 123 | 66 | 62 |
| Binary | 10010000 | 11000100 | 111100 | 11011 | 0 | 1000101 | 10111 | 1010011 | 110110 | 110010 |
Color Harmonies of #90C43C
Complementary color
Monochromatic Colors of #90C43C
Black with #90C43C
Text Example
Text Example
White with #90C43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C43C; }
p { color: rgb(144,196,60); }
H1.HeaderClassName
{
color: #90C43C;
}
.AnyTagClassName
{
color: #90C43C;
}
</style>
background-color css
<style>
a { background-color: #90C43C; }
a { background-color: rgb(144,196,60); }
div.DivClassName
{
background-color: #90C43C;
}
.BgClassName
{
background-color: #90C43C;
}
</style>
border-color css
<style>
span { border-color: #90C43C; }
span { border-color: rgb(144,196,60); }
td.TdClassName
{
border-color: #90C43C;
}
.TagClassName
{
border-color: #90C43C;
}
</style>