#90A271

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

Shades of Sage #90A271

Tints of Sage #90A271

Color information

#90A271 (or 0x90A271) is unknown color: approx Sage. HEX triplet: 90, A2 and 71. RGB value is (144,162,113). Sum of RGB (Red+Green+Blue) = 144+162+113=419 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.37% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 113 (44.53% from 255 or 26.97% from 419); Max value from RGB is 162 - color contains mainly: green. Hex color #90A271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90A271 is #6F5D8E. Grayscale: #979797. Windows color (decimal): -7298447 or 7447184. OLE color: 7447184.

HSL color Cylindrical-coordinate representation of color #90A271: hue angle of 82.04º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90A271 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB144162113-
CMYK0.1100.300.36
HSL82.04º20.85%53.92%-
HSV(B)82.04º30.25%63.53%-
XYZ27.432.9620.54-
YUV151.03106.54122.98-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.37%
GREEN value IS 162 (63.67% from 255) = 38.66%
BLUE value IS 113 (44.53% from 255) = 26.97%
R=34.37%
G=38.66%
B=26.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1441621130.1100.300.3682.0420.8553.92
Hex90A271B01E24521536
Octal22024216113036441222566
Binary100100001010001011100011011011110100100101001010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,162,113); }

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

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

 a { background-color: rgb(144,162,113); }

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

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

 span { border-color: rgb(144,162,113); }

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