#9FAC28

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

Shades of Bahia #9FAC28

Tints of Bahia #9FAC28

Color information

#9FAC28 (or 0x9FAC28) is unknown color: approx Bahia. HEX triplet: 9F, AC and 28. RGB value is (159,172,40). Sum of RGB (Red+Green+Blue) = 159+172+40=371 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.86% from 371); Green value is 172 (67.58% from 255 or 46.36% from 371); Blue value is 40 (16.02% from 255 or 10.78% from 371); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FAC28 is #6053D7. Grayscale: #999999. Windows color (decimal): -6312920 or 2665631. OLE color: 2665631.

HSL color Cylindrical-coordinate representation of color #9FAC28: hue angle of 65.91º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9FAC28 is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB15917240-
CMYK0.0800.770.33
HSL65.91º62.26%41.57%-
HSV(B)65.91º76.74%67.45%-
XYZ29.4337.037.6-
YUV153.0664.19132.23-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.86%
GREEN value IS 172 (67.58% from 255) = 46.36%
BLUE value IS 40 (16.02% from 255) = 10.78%
R=42.86%
G=46.36%
B=10.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal159172400.0800.770.3365.9162.2641.57
Hex9FAC28804D21423e2a
Octal23725450100115411027652
Binary10011111101011001010001000010011011000011000010111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAC28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,172,40); }

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

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

 a { background-color: rgb(159,172,40); }

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

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

 span { border-color: rgb(159,172,40); }

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