#95AC4C

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

Shades of Chelsea Cucumber #95AC4C

Tints of Chelsea Cucumber #95AC4C

Color information

#95AC4C (or 0x95AC4C) is unknown color: approx Chelsea Cucumber. HEX triplet: 95, AC and 4C. RGB value is (149,172,76). Sum of RGB (Red+Green+Blue) = 149+172+76=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 172 (67.58% from 255 or 43.32% from 397); Blue value is 76 (30.08% from 255 or 19.14% from 397); Max value from RGB is 172 - color contains mainly: green. Hex color #95AC4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95AC4C is #6A53B3. Grayscale: #9A9A9A. Windows color (decimal): -6968244 or 5024917. OLE color: 5024917.

HSL color Cylindrical-coordinate representation of color #95AC4C: hue angle of 74.38º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #95AC4C is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB14917276-
CMYK0.1300.560.33
HSL74.38º38.71%48.63%-
HSV(B)74.38º55.81%67.45%-
XYZ28.4536.4212.37-
YUV154.1883.88124.31-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.53%
GREEN value IS 172 (67.58% from 255) = 43.32%
BLUE value IS 76 (30.08% from 255) = 19.14%
R=37.53%
G=43.32%
B=19.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal149172760.1300.560.3374.3838.7148.63
Hex95AC4CD038214a2731
Octal22525411415070411124761
Binary10010101101011001001100110101110001000011001010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AC4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,172,76); }

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

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

 a { background-color: rgb(149,172,76); }

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

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

 span { border-color: rgb(149,172,76); }

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