Html Css Color HEX #90A271 Sage

📋 copy color: '#90A271'

red 144 ◦ green 162 ◦ blue 113

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

Shades of Sage #90A271

Tints of Sage #90A271

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 value IS 0.11

 M value IS 0

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

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

RGB 144 162 113 -
CMYK 0.11 0 0.30 0.36
HSL 82.04º 0.21% 0.54% -
HSV(B) 82.04º 0.3% 0.64% -
XYZ 27.4 32.96 20.54 -
YUV 151.03 106.54 122.98 -
System Red Green Blue C M Y K H S L
Decimal 144 162 113 0.11 0 0.30 0.36 82.04 0.21 0.54
Hex 90 A2 71 B 0 1E 24 52 15 36
Octal 220 242 161 13 0 36 44 122 25 66
Binary 10010000 10100010 1110001 1011 0 11110 100100 1010010 10101 110110

Color Harmonies of #90A271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A271

Black with #90A271

Text Example


Text Example

White with #90A271

Text Example


Text Example

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