#90A23C

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

Shades of Wasabi #90A23C

Tints of Wasabi #90A23C

Color information

#90A23C (or 0x90A23C) is unknown color: approx Wasabi. HEX triplet: 90, A2 and 3C. RGB value is (144,162,60). Sum of RGB (Red+Green+Blue) = 144+162+60=366 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.34% from 366); Green value is 162 (63.67% from 255 or 44.26% from 366); Blue value is 60 (23.83% from 255 or 16.39% from 366); Max value from RGB is 162 - color contains mainly: green. Hex color #90A23C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90A23C is #6F5DC3. Grayscale: #919191. Windows color (decimal): -7298500 or 3973776. OLE color: 3973776.

HSL color Cylindrical-coordinate representation of color #90A23C: hue angle of 70.59º 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 #90A23C is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB14416260-
CMYK0.1100.630.36
HSL70.59º45.95%43.53%-
HSV(B)70.59º62.96%63.53%-
XYZ25.2432.19.14-
YUV144.9980.04127.29-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.34%
GREEN value IS 162 (63.67% from 255) = 44.26%
BLUE value IS 60 (23.83% from 255) = 16.39%
R=39.34%
G=44.26%
B=16.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal144162600.1100.630.3670.5945.9543.53
Hex90A23CB03F24472e2c
Octal2202427413077441075654
Binary1001000010100010111100101101111111001001000111101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A23C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,162,60); }

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

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

 a { background-color: rgb(144,162,60); }

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

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

 span { border-color: rgb(144,162,60); }

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