Shades of Chelsea Cucumber #90AF5A
Tints of Chelsea Cucumber #90AF5A
RGB
CMYK
RGB Variations
Color information
#90AF5A (or 0x90AF5A) is known color: Chelsea Cucumber. HEX triplet: 90, AF and 5A. RGB value is (144,175,90). Sum of RGB (Red+Green+Blue) = 144+175+90=409 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.21% from 409); Green value is 175 (68.75% from 255 or 42.79% from 409); Blue value is 90 (35.55% from 255 or 22.00% from 409); Max value from RGB is 175 - color contains mainly: green. Hex color #90AF5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90AF5A is #6F50A5. Grayscale: #9C9C9C. Windows color (decimal): -7295142 or 5943184. OLE color: 5943184.
HSL color Cylindrical-coordinate representation of color #90AF5A: hue angle of 81.88º 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 #90AF5A is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 175 | 90 | - |
| CMYK | 0.18 | 0 | 0.49 | 0.31 |
| HSL | 81.88º | 0.35% | 0.52% | - |
| HSV(B) | 81.88º | 0.49% | 0.69% | - |
| XYZ | 28.68 | 37.33 | 15.37 | - |
| YUV | 156.04 | 90.73 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 175 | 90 | 0.18 | 0 | 0.49 | 0.31 | 81.88 | 0.35 | 0.52 |
| Hex | 90 | AF | 5A | 12 | 0 | 31 | 1F | 52 | 23 | 34 |
| Octal | 220 | 257 | 132 | 22 | 0 | 61 | 37 | 122 | 43 | 64 |
| Binary | 10010000 | 10101111 | 1011010 | 10010 | 0 | 110001 | 11111 | 1010010 | 100011 | 110100 |
Color Harmonies of #90AF5A
Complementary color
Monochromatic Colors of #90AF5A
Black with #90AF5A
Text Example
Text Example
White with #90AF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AF5A; }
p { color: rgb(144,175,90); }
H1.HeaderClassName
{
color: #90AF5A;
}
.AnyTagClassName
{
color: #90AF5A;
}
</style>
background-color css
<style>
a { background-color: #90AF5A; }
a { background-color: rgb(144,175,90); }
div.DivClassName
{
background-color: #90AF5A;
}
.BgClassName
{
background-color: #90AF5A;
}
</style>
border-color css
<style>
span { border-color: #90AF5A; }
span { border-color: rgb(144,175,90); }
td.TdClassName
{
border-color: #90AF5A;
}
.TagClassName
{
border-color: #90AF5A;
}
</style>