#90A348

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

Shades of Wasabi #90A348

Tints of Wasabi #90A348

Color information

#90A348 (or 0x90A348) is unknown color: approx Wasabi. HEX triplet: 90, A3 and 48. RGB value is (144,163,72). Sum of RGB (Red+Green+Blue) = 144+163+72=379 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.99% from 379); Green value is 163 (64.06% from 255 or 43.01% from 379); Blue value is 72 (28.52% from 255 or 19.00% from 379); Max value from RGB is 163 - color contains mainly: green. Hex color #90A348 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90A348 is #6F5CB7. Grayscale: #939393. Windows color (decimal): -7298232 or 4760464. OLE color: 4760464.

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

Color convert

RGB14416372-
CMYK0.1200.560.36
HSL72.53º38.72%46.08%-
HSV(B)72.53º55.83%63.92%-
XYZ25.7732.5911.06-
YUV146.9485.71125.9-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.99%
GREEN value IS 163 (64.06% from 255) = 43.01%
BLUE value IS 72 (28.52% from 255) = 19.00%
R=37.99%
G=43.01%
B=19.00%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal144163720.1200.560.3672.5338.7246.08
Hex90A348C0382449272e
Octal22024311014070441114756
Binary10010000101000111001000110001110001001001001001100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,163,72); }

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

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

 a { background-color: rgb(144,163,72); }

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

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

 span { border-color: rgb(144,163,72); }

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