Shades of Keppel #5AAF90
Tints of Keppel #5AAF90
RGB
CMYK
RGB Variations
Color information
#5AAF90 (or 0x5AAF90) is known color: Keppel. HEX triplet: 5A, AF and 90. RGB value is (90,175,144). Sum of RGB (Red+Green+Blue) = 90+175+144=409 (54% of max value = 765). Red value is 90 (35.55% from 255 or 22.00% from 409); Green value is 175 (68.75% from 255 or 42.79% from 409); Blue value is 144 (56.64% from 255 or 35.21% from 409); Max value from RGB is 175 - color contains mainly: green. Hex color #5AAF90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AAF90 is #A5506F. Grayscale: #929292. Windows color (decimal): -10834032 or 9482074. OLE color: 9482074.
HSL color Cylindrical-coordinate representation of color #5AAF90: hue angle of 158.12º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5AAF90 is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 175 | 144 | - |
| CMYK | 0.49 | 0 | 0.18 | 0.31 |
| HSL | 158.12º | 0.35% | 0.52% | - |
| HSV(B) | 158.12º | 0.49% | 0.69% | - |
| XYZ | 24.58 | 34.85 | 31.82 | - |
| YUV | 146.05 | 126.84 | 88.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 175 | 144 | 0.49 | 0 | 0.18 | 0.31 | 158.12 | 0.35 | 0.52 |
| Hex | 5A | AF | 90 | 31 | 0 | 12 | 1F | 9E | 23 | 34 |
| Octal | 132 | 257 | 220 | 61 | 0 | 22 | 37 | 236 | 43 | 64 |
| Binary | 1011010 | 10101111 | 10010000 | 110001 | 0 | 10010 | 11111 | 10011110 | 100011 | 110100 |
Color Harmonies of #5AAF90
Complementary color
Monochromatic Colors of #5AAF90
Black with #5AAF90
Text Example
Text Example
White with #5AAF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAF90; }
p { color: rgb(90,175,144); }
H1.HeaderClassName
{
color: #5AAF90;
}
.AnyTagClassName
{
color: #5AAF90;
}
</style>
background-color css
<style>
a { background-color: #5AAF90; }
a { background-color: rgb(90,175,144); }
div.DivClassName
{
background-color: #5AAF90;
}
.BgClassName
{
background-color: #5AAF90;
}
</style>
border-color css
<style>
span { border-color: #5AAF90; }
span { border-color: rgb(90,175,144); }
td.TdClassName
{
border-color: #5AAF90;
}
.TagClassName
{
border-color: #5AAF90;
}
</style>