Html Css Color HEX #90A13A Wasabi

📋 copy color: '#90A13A'

red 144 ◦ green 161 ◦ blue 58

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

Shades of Wasabi #90A13A

Tints of Wasabi #90A13A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.98%

R = 39.67%
G = 44.35%
B = 15.98%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#90A13A (or 0x90A13A) is known color: Wasabi. HEX triplet: 90, A1 and 3A. RGB value is (144,161,58). Sum of RGB (Red+Green+Blue) = 144+161+58=363 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.67% from 363); Green value is 161 (63.28% from 255 or 44.35% from 363); Blue value is 58 (23.05% from 255 or 15.98% from 363); Max value from RGB is 161 - color contains mainly: green. Hex color #90A13A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90A13A is #6F5EC5. Grayscale: #909090. Windows color (decimal): -7298758 or 3842448. OLE color: 3842448.

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

Color convert

RGB 144 161 58 -
CMYK 0.11 0 0.64 0.37
HSL 69.9º 0.47% 0.43% -
HSV(B) 69.9º 0.64% 0.63% -
XYZ 25.01 31.72 8.81 -
YUV 144.18 79.37 127.88 -
System Red Green Blue C M Y K H S L
Decimal 144 161 58 0.11 0 0.64 0.37 69.9 0.47 0.43
Hex 90 A1 3A B 0 40 25 46 2F 2B
Octal 220 241 72 13 0 100 45 106 57 53
Binary 10010000 10100001 111010 1011 0 1000000 100101 1000110 101111 101011

Color Harmonies of #90A13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A13A

Black with #90A13A

Text Example


Text Example

White with #90A13A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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