Shades of Atlantis #90BD3F
Tints of Atlantis #90BD3F
RGB
CMYK
RGB Variations
Color information
#90BD3F (or 0x90BD3F) is known color: Atlantis. HEX triplet: 90, BD and 3F. RGB value is (144,189,63). Sum of RGB (Red+Green+Blue) = 144+189+63=396 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.36% from 396); Green value is 189 (74.22% from 255 or 47.73% from 396); Blue value is 63 (25% from 255 or 15.91% from 396); Max value from RGB is 189 - color contains mainly: green. Hex color #90BD3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90BD3F is #6F42C0. Grayscale: #A1A1A1. Windows color (decimal): -7291585 or 4177296. OLE color: 4177296.
HSL color Cylindrical-coordinate representation of color #90BD3F: hue angle of 81.43º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #90BD3F is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 189 | 63 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.26 |
| HSL | 81.43º | 0.5% | 0.49% | - |
| HSV(B) | 81.43º | 0.67% | 0.74% | - |
| XYZ | 30.6 | 42.68 | 11.33 | - |
| YUV | 161.18 | 72.59 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 189 | 63 | 0.24 | 0 | 0.67 | 0.26 | 81.43 | 0.5 | 0.49 |
| Hex | 90 | BD | 3F | 18 | 0 | 43 | 1A | 51 | 32 | 31 |
| Octal | 220 | 275 | 77 | 30 | 0 | 103 | 32 | 121 | 62 | 61 |
| Binary | 10010000 | 10111101 | 111111 | 11000 | 0 | 1000011 | 11010 | 1010001 | 110010 | 110001 |
Color Harmonies of #90BD3F
Complementary color
Monochromatic Colors of #90BD3F
Black with #90BD3F
Text Example
Text Example
White with #90BD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BD3F; }
p { color: rgb(144,189,63); }
H1.HeaderClassName
{
color: #90BD3F;
}
.AnyTagClassName
{
color: #90BD3F;
}
</style>
background-color css
<style>
a { background-color: #90BD3F; }
a { background-color: rgb(144,189,63); }
div.DivClassName
{
background-color: #90BD3F;
}
.BgClassName
{
background-color: #90BD3F;
}
</style>
border-color css
<style>
span { border-color: #90BD3F; }
span { border-color: rgb(144,189,63); }
td.TdClassName
{
border-color: #90BD3F;
}
.TagClassName
{
border-color: #90BD3F;
}
</style>