#9FAE2A

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

Shades of Bahia #9FAE2A

Tints of Bahia #9FAE2A

Color information

#9FAE2A (or 0x9FAE2A) is unknown color: approx Bahia. HEX triplet: 9F, AE and 2A. RGB value is (159,174,42). Sum of RGB (Red+Green+Blue) = 159+174+42=375 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.4% from 375); Green value is 174 (68.36% from 255 or 46.4% from 375); Blue value is 42 (16.80% from 255 or 11.2% from 375); Max value from RGB is 174 - color contains mainly: green. Hex color #9FAE2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FAE2A is #6051D5. Grayscale: #9A9A9A. Windows color (decimal): -6312406 or 2797215. OLE color: 2797215.

HSL color Cylindrical-coordinate representation of color #9FAE2A: hue angle of 66.82º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9FAE2A is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB15917442-
CMYK0.0900.760.32
HSL66.82º61.11%42.35%-
HSV(B)66.82º75.86%68.24%-
XYZ29.8537.817.92-
YUV154.4764.53131.23-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.4%
GREEN value IS 174 (68.36% from 255) = 46.4%
BLUE value IS 42 (16.80% from 255) = 11.2%
R=42.4%
G=46.4%
B=11.2%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal159174420.0900.760.3266.8261.1142.35
Hex9FAE2A904C20433d2a
Octal23725652110114401037552
Binary10011111101011101010101001010011001000001000011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAE2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,174,42); }

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

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

 a { background-color: rgb(159,174,42); }

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

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

 span { border-color: rgb(159,174,42); }

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