#9EB42A

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

Shades of Bahia #9EB42A

Tints of Bahia #9EB42A

Color information

#9EB42A (or 0x9EB42A) is unknown color: approx Bahia. HEX triplet: 9E, B4 and 2A. RGB value is (158,180,42). Sum of RGB (Red+Green+Blue) = 158+180+42=380 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.58% from 380); Green value is 180 (70.70% from 255 or 47.37% from 380); Blue value is 42 (16.80% from 255 or 11.05% from 380); Max value from RGB is 180 - color contains mainly: green. Hex color #9EB42A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EB42A is #614BD5. Grayscale: #9E9E9E. Windows color (decimal): -6376406 or 2798750. OLE color: 2798750.

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

Color convert

RGB15818042-
CMYK0.1200.770.29
HSL69.57º62.16%43.53%-
HSV(B)69.57º76.67%70.59%-
XYZ30.8440.088.3-
YUV157.6962.71128.22-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.58%
GREEN value IS 180 (70.70% from 255) = 47.37%
BLUE value IS 42 (16.80% from 255) = 11.05%
R=41.58%
G=47.37%
B=11.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal158180420.1200.770.2969.5762.1643.53
Hex9EB42AC04D1D463e2c
Octal23626452140115351067654
Binary1001111010110100101010110001001101111011000110111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB42A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,180,42); }

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

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

 a { background-color: rgb(158,180,42); }

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

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

 span { border-color: rgb(158,180,42); }

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