#95AE50

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

Shades of Chelsea Cucumber #95AE50

Tints of Chelsea Cucumber #95AE50

Color information

#95AE50 (or 0x95AE50) is unknown color: approx Chelsea Cucumber. HEX triplet: 95, AE and 50. RGB value is (149,174,80). Sum of RGB (Red+Green+Blue) = 149+174+80=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 174 (68.36% from 255 or 43.18% from 403); Blue value is 80 (31.64% from 255 or 19.85% from 403); Max value from RGB is 174 - color contains mainly: green. Hex color #95AE50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95AE50 is #6A51AF. Grayscale: #9C9C9C. Windows color (decimal): -6967728 or 5287573. OLE color: 5287573.

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

Color convert

RGB14917480-
CMYK0.1400.540.32
HSL75.96º37.01%49.8%-
HSV(B)75.96º54.02%68.24%-
XYZ28.9837.2413.25-
YUV155.8185.22123.14-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.97%
GREEN value IS 174 (68.36% from 255) = 43.18%
BLUE value IS 80 (31.64% from 255) = 19.85%
R=36.97%
G=43.18%
B=19.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal149174800.1400.540.3275.9637.0149.8
Hex95AE50E036204c2532
Octal22525612016066401144562
Binary10010101101011101010000111001101101000001001100100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AE50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,174,80); }

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

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

 a { background-color: rgb(149,174,80); }

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

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

 span { border-color: rgb(149,174,80); }

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