#90AF92

Color #90AF92 Envy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Envy #90AF92

Tints of Envy #90AF92

Color information

#90AF92 (or 0x90AF92) is unknown color: approx Envy. HEX triplet: 90, AF and 92. RGB value is (144,175,146). Sum of RGB (Red+Green+Blue) = 144+175+146=465 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.97% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 146 (57.42% from 255 or 31.40% from 465); Max value from RGB is 175 - color contains mainly: green. Hex color #90AF92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AF92 is #6F506D. Grayscale: #A2A2A2. Windows color (decimal): -7295086 or 9613200. OLE color: 9613200.

HSL color Cylindrical-coordinate representation of color #90AF92: hue angle of 123.87º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #90AF92 is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB144175146-
CMYK0.1800.170.31
HSL123.87º16.23%62.55%-
HSV(B)123.87º17.71%68.63%-
XYZ32.0238.6632.97-
YUV162.43118.73114.86-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.97%
GREEN value IS 175 (68.75% from 255) = 37.63%
BLUE value IS 146 (57.42% from 255) = 31.40%
R=30.97%
G=37.63%
B=31.40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1441751460.1800.170.31123.8716.2362.55
Hex90AF92120111F7c103f
Octal22025722222021371742077
Binary1001000010101111100100101001001000111111111110010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #90AF92;
 }
 .AnyTagClassName
 {
   color: #90AF92;
 }
</style>
background-color css

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

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

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

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

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

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