Shades of Chelsea Cucumber #94AF4D
Tints of Chelsea Cucumber #94AF4D
RGB
CMYK
RGB Variations
Color information
#94AF4D (or 0x94AF4D) is known color: Chelsea Cucumber. HEX triplet: 94, AF and 4D. RGB value is (148,175,77). Sum of RGB (Red+Green+Blue) = 148+175+77=400 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 77 (30.47% from 255 or 19.25% from 400); Max value from RGB is 175 - color contains mainly: green. Hex color #94AF4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AF4D is #6B50B2. Grayscale: #9C9C9C. Windows color (decimal): -7033011 or 5091220. OLE color: 5091220.
HSL color Cylindrical-coordinate representation of color #94AF4D: hue angle of 76.53º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #94AF4D is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 148 | 175 | 77 | - |
| CMYK | 0.15 | 0 | 0.56 | 0.31 |
| HSL | 76.53º | 0.39% | 0.49% | - |
| HSV(B) | 76.53º | 0.56% | 0.69% | - |
| XYZ | 28.88 | 37.49 | 12.74 | - |
| YUV | 155.76 | 83.55 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 175 | 77 | 0.15 | 0 | 0.56 | 0.31 | 76.53 | 0.39 | 0.49 |
| Hex | 94 | AF | 4D | F | 0 | 38 | 1F | 4D | 27 | 31 |
| Octal | 224 | 257 | 115 | 17 | 0 | 70 | 37 | 115 | 47 | 61 |
| Binary | 10010100 | 10101111 | 1001101 | 1111 | 0 | 111000 | 11111 | 1001101 | 100111 | 110001 |
Color Harmonies of #94AF4D
Complementary color
Monochromatic Colors of #94AF4D
Black with #94AF4D
Text Example
Text Example
White with #94AF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AF4D; }
p { color: rgb(148,175,77); }
H1.HeaderClassName
{
color: #94AF4D;
}
.AnyTagClassName
{
color: #94AF4D;
}
</style>
background-color css
<style>
a { background-color: #94AF4D; }
a { background-color: rgb(148,175,77); }
div.DivClassName
{
background-color: #94AF4D;
}
.BgClassName
{
background-color: #94AF4D;
}
</style>
border-color css
<style>
span { border-color: #94AF4D; }
span { border-color: rgb(148,175,77); }
td.TdClassName
{
border-color: #94AF4D;
}
.TagClassName
{
border-color: #94AF4D;
}
</style>