#9FB4A4

Color #9FB4A4 Summer Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Green #9FB4A4

Tints of Summer Green #9FB4A4

Color information

#9FB4A4 (or 0x9FB4A4) is unknown color: approx Summer Green. HEX triplet: 9F, B4 and A4. RGB value is (159,180,164). Sum of RGB (Red+Green+Blue) = 159+180+164=503 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.61% from 503); Green value is 180 (70.70% from 255 or 35.79% from 503); Blue value is 164 (64.45% from 255 or 32.60% from 503); Max value from RGB is 180 - color contains mainly: green. Hex color #9FB4A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB4A4 is #604B5B. Grayscale: #ABABAB. Windows color (decimal): -6310748 or 10794143. OLE color: 10794143.

HSL color Cylindrical-coordinate representation of color #9FB4A4: hue angle of 134.29º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9FB4A4 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB159180164-
CMYK0.1200.090.29
HSL134.29º12.28%66.47%-
HSV(B)134.29º11.67%70.59%-
XYZ37.3242.6941.4-
YUV171.9123.54118.8-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.61%
GREEN value IS 180 (70.70% from 255) = 35.79%
BLUE value IS 164 (64.45% from 255) = 32.60%
R=31.61%
G=35.79%
B=32.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1591801640.1200.090.29134.2912.2866.47
Hex9FB4A4C091D86c42
Octal237264244140113520614102
Binary100111111011010010100100110001001111011000011011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB4A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FB4A4; }

 p { color: rgb(159,180,164); }

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

<style>
 a { background-color: #9FB4A4; }

 a { background-color: rgb(159,180,164); }

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

<style>
 span { border-color: #9FB4A4; }

 span { border-color: rgb(159,180,164); }

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