Html Css Color HEX #90AC95 Envy

📋 copy color: '#90AC95'

red 144 ◦ green 172 ◦ blue 149

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

Shades of Envy #90AC95

Tints of Envy #90AC95

RGB

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

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

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

R = 30.97%
G = 36.99%
B = 32.04%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#90AC95 (or 0x90AC95) is known color: Envy. HEX triplet: 90, AC and 95. RGB value is (144,172,149). Sum of RGB (Red+Green+Blue) = 144+172+149=465 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.97% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 149 (58.59% from 255 or 32.04% from 465); Max value from RGB is 172 - color contains mainly: green. Hex color #90AC95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AC95 is #6F536A. Grayscale: #A1A1A1. Windows color (decimal): -7295851 or 9809040. OLE color: 9809040.

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

Color convert

RGB 144 172 149 -
CMYK 0.16 0 0.13 0.33
HSL 130.71º 0.14% 0.62% -
HSV(B) 130.71º 0.16% 0.67% -
XYZ 31.68 37.6 34.02 -
YUV 161.01 121.22 115.87 -
System Red Green Blue C M Y K H S L
Decimal 144 172 149 0.16 0 0.13 0.33 130.71 0.14 0.62
Hex 90 AC 95 10 0 D 21 83 E 3E
Octal 220 254 225 20 0 15 41 203 16 76
Binary 10010000 10101100 10010101 10000 0 1101 100001 10000011 1110 111110

Color Harmonies of #90AC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AC95

Black with #90AC95

Text Example


Text Example

White with #90AC95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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