#9FA238

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

Shades of Highball #9FA238

Tints of Highball #9FA238

Color information

#9FA238 (or 0x9FA238) is unknown color: approx Highball. HEX triplet: 9F, A2 and 38. RGB value is (159,162,56). Sum of RGB (Red+Green+Blue) = 159+162+56=377 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.18% from 377); Green value is 162 (63.67% from 255 or 42.97% from 377); Blue value is 56 (22.27% from 255 or 14.85% from 377); Max value from RGB is 162 - color contains mainly: green. Hex color #9FA238 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA238 is #605DC7. Grayscale: #959595. Windows color (decimal): -6315464 or 3711647. OLE color: 3711647.

HSL color Cylindrical-coordinate representation of color #9FA238: hue angle of 61.7º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9FA238 is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB15916256-
CMYK0.0200.650.36
HSL61.7º48.62%42.75%-
HSV(B)61.7º65.43%63.53%-
XYZ27.9333.58.73-
YUV149.0275.51135.12-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.18%
GREEN value IS 162 (63.67% from 255) = 42.97%
BLUE value IS 56 (22.27% from 255) = 14.85%
R=42.18%
G=42.97%
B=14.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal159162560.0200.650.3661.748.6242.75
Hex9FA2382041243e312b
Octal237242702010144766153
Binary10011111101000101110001001000001100100111110110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,162,56); }

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

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

 a { background-color: rgb(159,162,56); }

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

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

 span { border-color: rgb(159,162,56); }

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