Shades of Oxley #5AA16A
Tints of Oxley #5AA16A
RGB
CMYK
RGB Variations
Color information
#5AA16A (or 0x5AA16A) is known color: Oxley. HEX triplet: 5A, A1 and 6A. RGB value is (90,161,106). Sum of RGB (Red+Green+Blue) = 90+161+106=357 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.21% from 357); Green value is 161 (63.28% from 255 or 45.10% from 357); Blue value is 106 (41.80% from 255 or 29.69% from 357); Max value from RGB is 161 - color contains mainly: green. Hex color #5AA16A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA16A is #A55E95. Grayscale: #858585. Windows color (decimal): -10837654 or 6988122. OLE color: 6988122.
HSL color Cylindrical-coordinate representation of color #5AA16A: hue angle of 133.52º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5AA16A is Cyan = 0.44, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 90 | 161 | 106 | - |
| CMYK | 0.44 | 0 | 0.34 | 0.37 |
| HSL | 133.52º | 0.28% | 0.49% | - |
| HSV(B) | 133.52º | 0.44% | 0.63% | - |
| XYZ | 19.56 | 28.7 | 18.15 | - |
| YUV | 133.5 | 112.48 | 96.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 161 | 106 | 0.44 | 0 | 0.34 | 0.37 | 133.52 | 0.28 | 0.49 |
| Hex | 5A | A1 | 6A | 2C | 0 | 22 | 25 | 86 | 1C | 31 |
| Octal | 132 | 241 | 152 | 54 | 0 | 42 | 45 | 206 | 34 | 61 |
| Binary | 1011010 | 10100001 | 1101010 | 101100 | 0 | 100010 | 100101 | 10000110 | 11100 | 110001 |
Color Harmonies of #5AA16A
Complementary color
Monochromatic Colors of #5AA16A
Black with #5AA16A
Text Example
Text Example
White with #5AA16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AA16A; }
p { color: rgb(90,161,106); }
H1.HeaderClassName
{
color: #5AA16A;
}
.AnyTagClassName
{
color: #5AA16A;
}
</style>
background-color css
<style>
a { background-color: #5AA16A; }
a { background-color: rgb(90,161,106); }
div.DivClassName
{
background-color: #5AA16A;
}
.BgClassName
{
background-color: #5AA16A;
}
</style>
border-color css
<style>
span { border-color: #5AA16A; }
span { border-color: rgb(90,161,106); }
td.TdClassName
{
border-color: #5AA16A;
}
.TagClassName
{
border-color: #5AA16A;
}
</style>