Html Css Color HEX #9EC41B Bahia

📋 copy color: '#9EC41B'

red 158 ◦ green 196 ◦ blue 27

#9EC41B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahia #9EC41B

Tints of Bahia #9EC41B

RGB

 RED value IS 158 (62.11% from 255) = 41.47%

 GREEN value IS 196 (76.95% from 255) = 51.44%

 BLUE value IS 27 (10.94% from 255) = 7.09%

R = 41.47%
G = 51.44%
B = 7.09%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#9EC41B (or 0x9EC41B) is known color: Bahia. HEX triplet: 9E, C4 and 1B. RGB value is (158,196,27). Sum of RGB (Red+Green+Blue) = 158+196+27=381 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.47% from 381); Green value is 196 (76.95% from 255 or 51.44% from 381); Blue value is 27 (10.94% from 255 or 7.09% from 381); Max value from RGB is 196 - color contains mainly: green. Hex color #9EC41B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC41B is #613BE4. Grayscale: #A6A6A6. Windows color (decimal): -6372325 or 1819806. OLE color: 1819806.

HSL color Cylindrical-coordinate representation of color #9EC41B: hue angle of 73.49º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9EC41B is Cyan = 0.19, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 158 196 27 -
CMYK 0.19 0 0.86 0.23
HSL 73.49º 0.76% 0.44% -
HSV(B) 73.49º 0.86% 0.77% -
XYZ 34.04 46.83 8.28 -
YUV 165.37 49.91 122.74 -
System Red Green Blue C M Y K H S L
Decimal 158 196 27 0.19 0 0.86 0.23 73.49 0.76 0.44
Hex 9E C4 1B 13 0 56 17 49 4C 2C
Octal 236 304 33 23 0 126 27 111 114 54
Binary 10011110 11000100 11011 10011 0 1010110 10111 1001001 1001100 101100

Color Harmonies of #9EC41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC41B

Black with #9EC41B

Text Example


Text Example

White with #9EC41B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,196,27); }

 H1.HeaderClassName
 {
   color: #9EC41B;
 }
 .AnyTagClassName
 {
   color: #9EC41B;
 }
</style>

background-color css

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

 a { background-color: rgb(158,196,27); }

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

border-color css

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

 span { border-color: rgb(158,196,27); }

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