Html Css Color HEX #90AA95 Envy

📋 copy color: '#90AA95'

red 144 ◦ green 170 ◦ blue 149

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

Shades of Envy #90AA95

Tints of Envy #90AA95

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.72%

 BLUE value IS 149 (58.59% from 255) = 32.18%

R = 31.1%
G = 36.72%
B = 32.18%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#90AA95 (or 0x90AA95) is known color: Envy. HEX triplet: 90, AA and 95. RGB value is (144,170,149). Sum of RGB (Red+Green+Blue) = 144+170+149=463 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.10% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 149 (58.59% from 255 or 32.18% from 463); Max value from RGB is 170 - color contains mainly: green. Hex color #90AA95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AA95 is #6F556A. Grayscale: #9F9F9F. Windows color (decimal): -7296363 or 9808528. OLE color: 9808528.

HSL color Cylindrical-coordinate representation of color #90AA95: hue angle of 131.54º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #90AA95 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 170 149 -
CMYK 0.15 0 0.12 0.33
HSL 131.54º 0.13% 0.62% -
HSV(B) 131.54º 0.15% 0.67% -
XYZ 31.3 36.85 33.9 -
YUV 159.83 121.89 116.71 -
System Red Green Blue C M Y K H S L
Decimal 144 170 149 0.15 0 0.12 0.33 131.54 0.13 0.62
Hex 90 AA 95 F 0 C 21 84 D 3E
Octal 220 252 225 17 0 14 41 204 15 76
Binary 10010000 10101010 10010101 1111 0 1100 100001 10000100 1101 111110

Color Harmonies of #90AA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AA95

Black with #90AA95

Text Example


Text Example

White with #90AA95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,170,149); }

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

background-color css

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

 a { background-color: rgb(144,170,149); }

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

border-color css

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

 span { border-color: rgb(144,170,149); }

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