Html Css Color HEX #90AC92 Envy

📋 copy color: '#90AC92'

red 144 ◦ green 172 ◦ blue 146

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

Shades of Envy #90AC92

Tints of Envy #90AC92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.6%

R = 31.17%
G = 37.23%
B = 31.6%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#90AC92 (or 0x90AC92) is known color: Envy. HEX triplet: 90, AC and 92. RGB value is (144,172,146). Sum of RGB (Red+Green+Blue) = 144+172+146=462 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.17% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 146 (57.42% from 255 or 31.60% from 462); Max value from RGB is 172 - color contains mainly: green. Hex color #90AC92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AC92 is #6F536D. Grayscale: #A0A0A0. Windows color (decimal): -7295854 or 9612432. OLE color: 9612432.

HSL color Cylindrical-coordinate representation of color #90AC92: hue angle of 124.29º 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 #90AC92 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 172 146 -
CMYK 0.16 0 0.15 0.33
HSL 124.29º 0.14% 0.62% -
HSV(B) 124.29º 0.16% 0.67% -
XYZ 31.44 37.51 32.78 -
YUV 160.66 119.72 116.11 -
System Red Green Blue C M Y K H S L
Decimal 144 172 146 0.16 0 0.15 0.33 124.29 0.14 0.62
Hex 90 AC 92 10 0 F 21 7C E 3E
Octal 220 254 222 20 0 17 41 174 16 76
Binary 10010000 10101100 10010010 10000 0 1111 100001 1111100 1110 111110

Color Harmonies of #90AC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AC92

Black with #90AC92

Text Example


Text Example

White with #90AC92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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