Html Css Color HEX #90AC94 Envy

📋 copy color: '#90AC94'

red 144 ◦ green 172 ◦ blue 148

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

Shades of Envy #90AC94

Tints of Envy #90AC94

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.07%

 BLUE value IS 148 (58.2% from 255) = 31.9%

R = 31.03%
G = 37.07%
B = 31.9%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#90AC94 (or 0x90AC94) is known color: Envy. HEX triplet: 90, AC and 94. RGB value is (144,172,148). Sum of RGB (Red+Green+Blue) = 144+172+148=464 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.03% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 148 (58.20% from 255 or 31.90% from 464); Max value from RGB is 172 - color contains mainly: green. Hex color #90AC94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AC94 is #6F536B. Grayscale: #A0A0A0. Windows color (decimal): -7295852 or 9743504. OLE color: 9743504.

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

Color convert

RGB 144 172 148 -
CMYK 0.16 0 0.14 0.33
HSL 128.57º 0.14% 0.62% -
HSV(B) 128.57º 0.16% 0.67% -
XYZ 31.6 37.57 33.6 -
YUV 160.89 120.72 115.95 -
System Red Green Blue C M Y K H S L
Decimal 144 172 148 0.16 0 0.14 0.33 128.57 0.14 0.62
Hex 90 AC 94 10 0 E 21 81 E 3E
Octal 220 254 224 20 0 16 41 201 16 76
Binary 10010000 10101100 10010100 10000 0 1110 100001 10000001 1110 111110

Color Harmonies of #90AC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AC94

Black with #90AC94

Text Example


Text Example

White with #90AC94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,172,148); }

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

background-color css

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

 a { background-color: rgb(144,172,148); }

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

border-color css

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

 span { border-color: rgb(144,172,148); }

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