#90A43D

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

Shades of Wasabi #90A43D

Tints of Wasabi #90A43D

Color information

#90A43D (or 0x90A43D) is unknown color: approx Wasabi. HEX triplet: 90, A4 and 3D. RGB value is (144,164,61). Sum of RGB (Red+Green+Blue) = 144+164+61=369 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.02% from 369); Green value is 164 (64.45% from 255 or 44.44% from 369); Blue value is 61 (24.22% from 255 or 16.53% from 369); Max value from RGB is 164 - color contains mainly: green. Hex color #90A43D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90A43D is #6F5BC2. Grayscale: #929292. Windows color (decimal): -7297987 or 4039824. OLE color: 4039824.

HSL color Cylindrical-coordinate representation of color #90A43D: hue angle of 71.65º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #90A43D is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB14416461-
CMYK0.1200.630.36
HSL71.65º45.78%44.12%-
HSV(B)71.65º62.8%64.31%-
XYZ25.6232.829.4-
YUV146.2879.87126.38-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.02%
GREEN value IS 164 (64.45% from 255) = 44.44%
BLUE value IS 61 (24.22% from 255) = 16.53%
R=39.02%
G=44.44%
B=16.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal144164610.1200.630.3671.6545.7844.12
Hex90A43DC03F24482e2c
Octal2202447514077441105654
Binary1001000010100100111101110001111111001001001000101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A43D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90A43D; }

 p { color: rgb(144,164,61); }

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

<style>
 a { background-color: #90A43D; }

 a { background-color: rgb(144,164,61); }

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

<style>
 span { border-color: #90A43D; }

 span { border-color: rgb(144,164,61); }

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