Shades of Atlantis #90BD4A
Tints of Atlantis #90BD4A
RGB
CMYK
RGB Variations
Color information
#90BD4A (or 0x90BD4A) is known color: Atlantis. HEX triplet: 90, BD and 4A. RGB value is (144,189,74). Sum of RGB (Red+Green+Blue) = 144+189+74=407 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.38% from 407); Green value is 189 (74.22% from 255 or 46.44% from 407); Blue value is 74 (29.30% from 255 or 18.18% from 407); Max value from RGB is 189 - color contains mainly: green. Hex color #90BD4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90BD4A is #6F42B5. Grayscale: #A2A2A2. Windows color (decimal): -7291574 or 4898192. OLE color: 4898192.
HSL color Cylindrical-coordinate representation of color #90BD4A: hue angle of 83.48º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #90BD4A is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 189 | 74 | - |
| CMYK | 0.24 | 0 | 0.61 | 0.26 |
| HSL | 83.48º | 0.47% | 0.52% | - |
| HSV(B) | 83.48º | 0.61% | 0.74% | - |
| XYZ | 30.94 | 42.82 | 13.11 | - |
| YUV | 162.44 | 78.09 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 189 | 74 | 0.24 | 0 | 0.61 | 0.26 | 83.48 | 0.47 | 0.52 |
| Hex | 90 | BD | 4A | 18 | 0 | 3D | 1A | 53 | 2F | 34 |
| Octal | 220 | 275 | 112 | 30 | 0 | 75 | 32 | 123 | 57 | 64 |
| Binary | 10010000 | 10111101 | 1001010 | 11000 | 0 | 111101 | 11010 | 1010011 | 101111 | 110100 |
Color Harmonies of #90BD4A
Complementary color
Monochromatic Colors of #90BD4A
Black with #90BD4A
Text Example
Text Example
White with #90BD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BD4A; }
p { color: rgb(144,189,74); }
H1.HeaderClassName
{
color: #90BD4A;
}
.AnyTagClassName
{
color: #90BD4A;
}
</style>
background-color css
<style>
a { background-color: #90BD4A; }
a { background-color: rgb(144,189,74); }
div.DivClassName
{
background-color: #90BD4A;
}
.BgClassName
{
background-color: #90BD4A;
}
</style>
border-color css
<style>
span { border-color: #90BD4A; }
span { border-color: rgb(144,189,74); }
td.TdClassName
{
border-color: #90BD4A;
}
.TagClassName
{
border-color: #90BD4A;
}
</style>