#90A43F

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

Shades of Wasabi #90A43F

Tints of Wasabi #90A43F

Color information

#90A43F (or 0x90A43F) is unknown color: approx Wasabi. HEX triplet: 90, A4 and 3F. RGB value is (144,164,63). Sum of RGB (Red+Green+Blue) = 144+164+63=371 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.81% from 371); Green value is 164 (64.45% from 255 or 44.20% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 164 - color contains mainly: green. Hex color #90A43F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90A43F is #6F5BC0. Grayscale: #929292. Windows color (decimal): -7297985 or 4170896. OLE color: 4170896.

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

Color convert

RGB14416463-
CMYK0.1200.620.36
HSL71.88º44.49%44.51%-
HSV(B)71.88º61.59%64.31%-
XYZ25.6732.849.69-
YUV146.5180.87126.21-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.81%
GREEN value IS 164 (64.45% from 255) = 44.20%
BLUE value IS 63 (25% from 255) = 16.98%
R=38.81%
G=44.20%
B=16.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal144164630.1200.620.3671.8844.4944.51
Hex90A43FC03E24482c2d
Octal2202447714076441105455
Binary1001000010100100111111110001111101001001001000101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A43F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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