#95AF4E

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

Shades of Chelsea Cucumber #95AF4E

Tints of Chelsea Cucumber #95AF4E

Color information

#95AF4E (or 0x95AF4E) is unknown color: approx Chelsea Cucumber. HEX triplet: 95, AF and 4E. RGB value is (149,175,78). Sum of RGB (Red+Green+Blue) = 149+175+78=402 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.06% from 402); Green value is 175 (68.75% from 255 or 43.53% from 402); Blue value is 78 (30.86% from 255 or 19.40% from 402); Max value from RGB is 175 - color contains mainly: green. Hex color #95AF4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95AF4E is #6A50B1. Grayscale: #9C9C9C. Windows color (decimal): -6967474 or 5156757. OLE color: 5156757.

HSL color Cylindrical-coordinate representation of color #95AF4E: hue angle of 76.08º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #95AF4E is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB14917578-
CMYK0.1500.550.31
HSL76.08º38.34%49.61%-
HSV(B)76.08º55.43%68.63%-
XYZ29.137.612.93-
YUV156.1783.89122.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.06%
GREEN value IS 175 (68.75% from 255) = 43.53%
BLUE value IS 78 (30.86% from 255) = 19.40%
R=37.06%
G=43.53%
B=19.40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal149175780.1500.550.3176.0838.3449.61
Hex95AF4EF0371F4c2632
Octal22525711617067371144662
Binary1001010110101111100111011110110111111111001100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AF4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,175,78); }

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

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

 a { background-color: rgb(149,175,78); }

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

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

 span { border-color: rgb(149,175,78); }

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