Shades of Chelsea Cucumber #90AF47
Tints of Chelsea Cucumber #90AF47
RGB
CMYK
RGB Variations
Color information
#90AF47 (or 0x90AF47) is known color: Chelsea Cucumber. HEX triplet: 90, AF and 47. RGB value is (144,175,71). Sum of RGB (Red+Green+Blue) = 144+175+71=390 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.92% from 390); Green value is 175 (68.75% from 255 or 44.87% from 390); Blue value is 71 (28.12% from 255 or 18.21% from 390); Max value from RGB is 175 - color contains mainly: green. Hex color #90AF47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90AF47 is #6F50B8. Grayscale: #9A9A9A. Windows color (decimal): -7295161 or 4698000. OLE color: 4698000.
HSL color Cylindrical-coordinate representation of color #90AF47: hue angle of 77.88º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #90AF47 is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 175 | 71 | - |
| CMYK | 0.18 | 0 | 0.59 | 0.31 |
| HSL | 77.88º | 0.42% | 0.48% | - |
| HSV(B) | 77.88º | 0.59% | 0.69% | - |
| XYZ | 27.97 | 37.04 | 11.64 | - |
| YUV | 153.88 | 81.23 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 175 | 71 | 0.18 | 0 | 0.59 | 0.31 | 77.88 | 0.42 | 0.48 |
| Hex | 90 | AF | 47 | 12 | 0 | 3B | 1F | 4E | 2A | 30 |
| Octal | 220 | 257 | 107 | 22 | 0 | 73 | 37 | 116 | 52 | 60 |
| Binary | 10010000 | 10101111 | 1000111 | 10010 | 0 | 111011 | 11111 | 1001110 | 101010 | 110000 |
Color Harmonies of #90AF47
Complementary color
Monochromatic Colors of #90AF47
Black with #90AF47
Text Example
Text Example
White with #90AF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AF47; }
p { color: rgb(144,175,71); }
H1.HeaderClassName
{
color: #90AF47;
}
.AnyTagClassName
{
color: #90AF47;
}
</style>
background-color css
<style>
a { background-color: #90AF47; }
a { background-color: rgb(144,175,71); }
div.DivClassName
{
background-color: #90AF47;
}
.BgClassName
{
background-color: #90AF47;
}
</style>
border-color css
<style>
span { border-color: #90AF47; }
span { border-color: rgb(144,175,71); }
td.TdClassName
{
border-color: #90AF47;
}
.TagClassName
{
border-color: #90AF47;
}
</style>