#9FB4A5

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

Shades of Summer Green #9FB4A5

Tints of Summer Green #9FB4A5

Color information

#9FB4A5 (or 0x9FB4A5) is unknown color: approx Summer Green. HEX triplet: 9F, B4 and A5. RGB value is (159,180,165). Sum of RGB (Red+Green+Blue) = 159+180+165=504 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.55% from 504); Green value is 180 (70.70% from 255 or 35.71% from 504); Blue value is 165 (64.84% from 255 or 32.74% from 504); Max value from RGB is 180 - color contains mainly: green. Hex color #9FB4A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB4A5 is #604B5A. Grayscale: #ACACAC. Windows color (decimal): -6310747 or 10859679. OLE color: 10859679.

HSL color Cylindrical-coordinate representation of color #9FB4A5: hue angle of 137.14º 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 #9FB4A5 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB159180165-
CMYK0.1200.080.29
HSL137.14º12.28%66.47%-
HSV(B)137.14º11.67%70.59%-
XYZ37.4142.7341.87-
YUV172.01124.04118.72-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.55%
GREEN value IS 180 (70.70% from 255) = 35.71%
BLUE value IS 165 (64.84% from 255) = 32.74%
R=31.55%
G=35.71%
B=32.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1591801650.1200.080.29137.1412.2866.47
Hex9FB4A5C081D89c42
Octal237264245140103521114102
Binary100111111011010010100101110001000111011000100111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB4A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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