Html Css Color HEX #90AF92 Envy

📋 copy color: '#90AF92'

red 144 ◦ green 175 ◦ blue 146

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

Shades of Envy #90AF92

Tints of Envy #90AF92

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.4%

R = 30.97%
G = 37.63%
B = 31.4%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#90AF92 (or 0x90AF92) is known color: 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

RGB 144 175 146 -
CMYK 0.18 0 0.17 0.31
HSL 123.87º 0.16% 0.63% -
HSV(B) 123.87º 0.18% 0.69% -
XYZ 32.02 38.66 32.97 -
YUV 162.43 118.73 114.86 -
System Red Green Blue C M Y K H S L
Decimal 144 175 146 0.18 0 0.17 0.31 123.87 0.16 0.63
Hex 90 AF 92 12 0 11 1F 7C 10 3F
Octal 220 257 222 22 0 21 37 174 20 77
Binary 10010000 10101111 10010010 10010 0 10001 11111 1111100 10000 111111

Color Harmonies of #90AF92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AF92

Black with #90AF92

Text Example


Text Example

White with #90AF92

Text Example


Text Example

HTML Codes & Css Web 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>