Html Css Color HEX #9EC41F Bahia

📋 copy color: '#9EC41F'

red 158 ◦ green 196 ◦ blue 31

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

Shades of Bahia #9EC41F

Tints of Bahia #9EC41F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.05%

R = 41.04%
G = 50.91%
B = 8.05%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#9EC41F (or 0x9EC41F) is known color: Bahia. HEX triplet: 9E, C4 and 1F. RGB value is (158,196,31). Sum of RGB (Red+Green+Blue) = 158+196+31=385 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.04% from 385); Green value is 196 (76.95% from 255 or 50.91% from 385); Blue value is 31 (12.5% from 255 or 8.05% from 385); Max value from RGB is 196 - color contains mainly: green. Hex color #9EC41F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC41F is #613BE0. Grayscale: #A6A6A6. Windows color (decimal): -6372321 or 2081950. OLE color: 2081950.

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

Color convert

RGB 158 196 31 -
CMYK 0.19 0 0.84 0.23
HSL 73.82º 0.73% 0.45% -
HSV(B) 73.82º 0.84% 0.77% -
XYZ 34.09 46.85 8.54 -
YUV 165.83 51.91 122.42 -
System Red Green Blue C M Y K H S L
Decimal 158 196 31 0.19 0 0.84 0.23 73.82 0.73 0.45
Hex 9E C4 1F 13 0 54 17 4A 49 2D
Octal 236 304 37 23 0 124 27 112 111 55
Binary 10011110 11000100 11111 10011 0 1010100 10111 1001010 1001001 101101

Color Harmonies of #9EC41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC41F

Black with #9EC41F

Text Example


Text Example

White with #9EC41F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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