#95A240

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

Shades of Wasabi #95A240

Tints of Wasabi #95A240

Color information

#95A240 (or 0x95A240) is unknown color: approx Wasabi. HEX triplet: 95, A2 and 40. RGB value is (149,162,64). Sum of RGB (Red+Green+Blue) = 149+162+64=375 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.73% from 375); Green value is 162 (63.67% from 255 or 43.2% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 162 - color contains mainly: green. Hex color #95A240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95A240 is #6A5DBF. Grayscale: #939393. Windows color (decimal): -6970816 or 4235925. OLE color: 4235925.

HSL color Cylindrical-coordinate representation of color #95A240: hue angle of 67.96º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #95A240 is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB14916264-
CMYK0.0800.600.36
HSL67.96º43.36%44.31%-
HSV(B)67.96º60.49%63.53%-
XYZ26.2432.69.76-
YUV146.9481.19129.47-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.73%
GREEN value IS 162 (63.67% from 255) = 43.2%
BLUE value IS 64 (25.39% from 255) = 17.07%
R=39.73%
G=43.2%
B=17.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal149162640.0800.600.3667.9643.3644.31
Hex95A240803C24442b2c
Octal22524210010074441045354
Binary10010101101000101000000100001111001001001000100101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,162,64); }

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

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

 a { background-color: rgb(149,162,64); }

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

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

 span { border-color: rgb(149,162,64); }

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