#95AD4D

Color #95AD4D Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #95AD4D

Tints of Chelsea Cucumber #95AD4D

Color information

#95AD4D (or 0x95AD4D) is unknown color: approx Chelsea Cucumber. HEX triplet: 95, AD and 4D. RGB value is (149,173,77). Sum of RGB (Red+Green+Blue) = 149+173+77=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 173 (67.97% from 255 or 43.36% from 399); Blue value is 77 (30.47% from 255 or 19.30% from 399); Max value from RGB is 173 - color contains mainly: green. Hex color #95AD4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95AD4D is #6A52B2. Grayscale: #9B9B9B. Windows color (decimal): -6967987 or 5090709. OLE color: 5090709.

HSL color Cylindrical-coordinate representation of color #95AD4D: hue angle of 75º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #95AD4D is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.

Color convert

RGB14917377-
CMYK0.1400.550.32
HSL75º38.4%49.02%-
HSV(B)75º55.49%67.84%-
XYZ28.6836.8112.62-
YUV154.8884.05123.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 37.34%
GREEN value IS 173 (67.97% from 255) = 43.36%
BLUE value IS 77 (30.47% from 255) = 19.30%
R=37.34%
G=43.36%
B=19.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal149173770.1400.550.327538.449.02
Hex95AD4DE037204b2631
Octal22525511516067401134661
Binary10010101101011011001101111001101111000001001011100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AD4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95AD4D; }

 p { color: rgb(149,173,77); }

 H1.HeaderClassName
 {
   color: #95AD4D;
 }
 .AnyTagClassName
 {
   color: #95AD4D;
 }
</style>
background-color css

<style>
 a { background-color: #95AD4D; }

 a { background-color: rgb(149,173,77); }

 div.DivClassName
 {
   background-color: #95AD4D;
 }
 .BgClassName
 {
   background-color: #95AD4D;
 }
</style>
border-color css

<style>
 span { border-color: #95AD4D; }

 span { border-color: rgb(149,173,77); }

 td.TdClassName
 {
   border-color: #95AD4D;
 }
 .TagClassName
 {
   border-color: #95AD4D;
 }
</style>