Html Css Color HEX #90A13D Wasabi

📋 copy color: '#90A13D'

red 144 ◦ green 161 ◦ blue 61

#90A13D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wasabi #90A13D

Tints of Wasabi #90A13D

RGB

 RED value IS 144 (56.64% from 255) = 39.34%

 GREEN value IS 161 (63.28% from 255) = 43.99%

 BLUE value IS 61 (24.22% from 255) = 16.67%

R = 39.34%
G = 43.99%
B = 16.67%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#90A13D (or 0x90A13D) is known color: Wasabi. HEX triplet: 90, A1 and 3D. RGB value is (144,161,61). Sum of RGB (Red+Green+Blue) = 144+161+61=366 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.34% from 366); Green value is 161 (63.28% from 255 or 43.99% from 366); Blue value is 61 (24.22% from 255 or 16.67% from 366); Max value from RGB is 161 - color contains mainly: green. Hex color #90A13D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90A13D is #6F5EC2. Grayscale: #909090. Windows color (decimal): -7298755 or 4039056. OLE color: 4039056.

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

Color convert

RGB 144 161 61 -
CMYK 0.11 0 0.62 0.37
HSL 70.2º 0.45% 0.44% -
HSV(B) 70.2º 0.62% 0.63% -
XYZ 25.09 31.76 9.22 -
YUV 144.52 80.87 127.63 -
System Red Green Blue C M Y K H S L
Decimal 144 161 61 0.11 0 0.62 0.37 70.2 0.45 0.44
Hex 90 A1 3D B 0 3E 25 46 2D 2C
Octal 220 241 75 13 0 76 45 106 55 54
Binary 10010000 10100001 111101 1011 0 111110 100101 1000110 101101 101100

Color Harmonies of #90A13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A13D

Black with #90A13D

Text Example


Text Example

White with #90A13D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #90A13D;
 }
 .AnyTagClassName
 {
   color: #90A13D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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