#95AE5E

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

Shades of Chelsea Cucumber #95AE5E

Tints of Chelsea Cucumber #95AE5E

Color information

#95AE5E (or 0x95AE5E) is unknown color: approx Chelsea Cucumber. HEX triplet: 95, AE and 5E. RGB value is (149,174,94). Sum of RGB (Red+Green+Blue) = 149+174+94=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 174 (68.36% from 255 or 41.73% from 417); Blue value is 94 (37.11% from 255 or 22.54% from 417); Max value from RGB is 174 - color contains mainly: green. Hex color #95AE5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95AE5E is #6A51A1. Grayscale: #9D9D9D. Windows color (decimal): -6967714 or 6205077. OLE color: 6205077.

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

Color convert

RGB14917494-
CMYK0.1400.460.32
HSL78.75º33.06%52.55%-
HSV(B)78.75º45.98%68.24%-
XYZ29.5537.4716.26-
YUV157.492.22122-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.73%
GREEN value IS 174 (68.36% from 255) = 41.73%
BLUE value IS 94 (37.11% from 255) = 22.54%
R=35.73%
G=41.73%
B=22.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal149174940.1400.460.3278.7533.0652.55
Hex95AE5EE02E204f2135
Octal22525613616056401174165
Binary10010101101011101011110111001011101000001001111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AE5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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