#9EB42E

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

Shades of Bahia #9EB42E

Tints of Bahia #9EB42E

Color information

#9EB42E (or 0x9EB42E) is unknown color: approx Bahia. HEX triplet: 9E, B4 and 2E. RGB value is (158,180,46). Sum of RGB (Red+Green+Blue) = 158+180+46=384 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.15% from 384); Green value is 180 (70.70% from 255 or 46.88% from 384); Blue value is 46 (18.36% from 255 or 11.98% from 384); Max value from RGB is 180 - color contains mainly: green. Hex color #9EB42E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EB42E is #614BD1. Grayscale: #9E9E9E. Windows color (decimal): -6376402 or 3060894. OLE color: 3060894.

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

Color convert

RGB15818046-
CMYK0.1200.740.29
HSL69.85º59.29%44.31%-
HSV(B)69.85º74.44%70.59%-
XYZ30.9140.118.7-
YUV158.1564.71127.9-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.15%
GREEN value IS 180 (70.70% from 255) = 46.88%
BLUE value IS 46 (18.36% from 255) = 11.98%
R=41.15%
G=46.88%
B=11.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal158180460.1200.740.2969.8559.2944.31
Hex9EB42EC04A1D463b2c
Octal23626456140112351067354
Binary1001111010110100101110110001001010111011000110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB42E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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