#90A540

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

Shades of Wasabi #90A540

Tints of Wasabi #90A540

Color information

#90A540 (or 0x90A540) is unknown color: approx Wasabi. HEX triplet: 90, A5 and 40. RGB value is (144,165,64). Sum of RGB (Red+Green+Blue) = 144+165+64=373 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.61% from 373); Green value is 165 (64.84% from 255 or 44.24% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 165 - color contains mainly: green. Hex color #90A540 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90A540 is #6F5ABF. Grayscale: #939393. Windows color (decimal): -7297728 or 4236688. OLE color: 4236688.

HSL color Cylindrical-coordinate representation of color #90A540: hue angle of 72.48º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #90A540 is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB14416564-
CMYK0.1300.610.35
HSL72.48º44.1%44.9%-
HSV(B)72.48º61.21%64.71%-
XYZ25.8833.219.9-
YUV147.2181.04125.71-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.61%
GREEN value IS 165 (64.84% from 255) = 44.24%
BLUE value IS 64 (25.39% from 255) = 17.16%
R=38.61%
G=44.24%
B=17.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal144165640.1300.610.3572.4844.144.9
Hex90A540D03D23482c2d
Octal22024510015075431105455
Binary10010000101001011000000110101111011000111001000101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,165,64); }

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

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

 a { background-color: rgb(144,165,64); }

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

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

 span { border-color: rgb(144,165,64); }

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