Shades of Chelsea Cucumber #95AE4C
Tints of Chelsea Cucumber #95AE4C
RGB
CMYK
RGB Variations
Color information
#95AE4C (or 0x95AE4C) is known color: Chelsea Cucumber. HEX triplet: 95, AE and 4C. RGB value is (149,174,76). Sum of RGB (Red+Green+Blue) = 149+174+76=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 174 (68.36% from 255 or 43.61% from 399); Blue value is 76 (30.08% from 255 or 19.05% from 399); Max value from RGB is 174 - color contains mainly: green. Hex color #95AE4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95AE4C is #6A51B3. Grayscale: #9B9B9B. Windows color (decimal): -6967732 or 5025429. OLE color: 5025429.
HSL color Cylindrical-coordinate representation of color #95AE4C: hue angle of 75.31º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #95AE4C is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 149 | 174 | 76 | - |
| CMYK | 0.14 | 0 | 0.56 | 0.32 |
| HSL | 75.31º | 0.39% | 0.49% | - |
| HSV(B) | 75.31º | 0.56% | 0.68% | - |
| XYZ | 28.83 | 37.18 | 12.49 | - |
| YUV | 155.35 | 83.22 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 174 | 76 | 0.14 | 0 | 0.56 | 0.32 | 75.31 | 0.39 | 0.49 |
| Hex | 95 | AE | 4C | E | 0 | 38 | 20 | 4B | 27 | 31 |
| Octal | 225 | 256 | 114 | 16 | 0 | 70 | 40 | 113 | 47 | 61 |
| Binary | 10010101 | 10101110 | 1001100 | 1110 | 0 | 111000 | 100000 | 1001011 | 100111 | 110001 |
Color Harmonies of #95AE4C
Complementary color
Monochromatic Colors of #95AE4C
Black with #95AE4C
Text Example
Text Example
White with #95AE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95AE4C; }
p { color: rgb(149,174,76); }
H1.HeaderClassName
{
color: #95AE4C;
}
.AnyTagClassName
{
color: #95AE4C;
}
</style>
background-color css
<style>
a { background-color: #95AE4C; }
a { background-color: rgb(149,174,76); }
div.DivClassName
{
background-color: #95AE4C;
}
.BgClassName
{
background-color: #95AE4C;
}
</style>
border-color css
<style>
span { border-color: #95AE4C; }
span { border-color: rgb(149,174,76); }
td.TdClassName
{
border-color: #95AE4C;
}
.TagClassName
{
border-color: #95AE4C;
}
</style>