Shades of Chelsea Cucumber #90AF4B
Tints of Chelsea Cucumber #90AF4B
RGB
CMYK
RGB Variations
Color information
#90AF4B (or 0x90AF4B) is known color: Chelsea Cucumber. HEX triplet: 90, AF and 4B. RGB value is (144,175,75). Sum of RGB (Red+Green+Blue) = 144+175+75=394 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.55% from 394); Green value is 175 (68.75% from 255 or 44.42% from 394); Blue value is 75 (29.69% from 255 or 19.04% from 394); Max value from RGB is 175 - color contains mainly: green. Hex color #90AF4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90AF4B is #6F50B4. Grayscale: #9A9A9A. Windows color (decimal): -7295157 or 4960144. OLE color: 4960144.
HSL color Cylindrical-coordinate representation of color #90AF4B: hue angle of 78.6º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #90AF4B is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 175 | 75 | - |
| CMYK | 0.18 | 0 | 0.57 | 0.31 |
| HSL | 78.6º | 0.4% | 0.49% | - |
| HSV(B) | 78.6º | 0.57% | 0.69% | - |
| XYZ | 28.1 | 37.1 | 12.34 | - |
| YUV | 154.33 | 83.23 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 175 | 75 | 0.18 | 0 | 0.57 | 0.31 | 78.6 | 0.4 | 0.49 |
| Hex | 90 | AF | 4B | 12 | 0 | 39 | 1F | 4F | 28 | 31 |
| Octal | 220 | 257 | 113 | 22 | 0 | 71 | 37 | 117 | 50 | 61 |
| Binary | 10010000 | 10101111 | 1001011 | 10010 | 0 | 111001 | 11111 | 1001111 | 101000 | 110001 |
Color Harmonies of #90AF4B
Complementary color
Monochromatic Colors of #90AF4B
Black with #90AF4B
Text Example
Text Example
White with #90AF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AF4B; }
p { color: rgb(144,175,75); }
H1.HeaderClassName
{
color: #90AF4B;
}
.AnyTagClassName
{
color: #90AF4B;
}
</style>
background-color css
<style>
a { background-color: #90AF4B; }
a { background-color: rgb(144,175,75); }
div.DivClassName
{
background-color: #90AF4B;
}
.BgClassName
{
background-color: #90AF4B;
}
</style>
border-color css
<style>
span { border-color: #90AF4B; }
span { border-color: rgb(144,175,75); }
td.TdClassName
{
border-color: #90AF4B;
}
.TagClassName
{
border-color: #90AF4B;
}
</style>