Html Css Color HEX #9EC11F Bahia

📋 copy color: '#9EC11F'

red 158 ◦ green 193 ◦ blue 31

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

Shades of Bahia #9EC11F

Tints of Bahia #9EC11F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 50.52%

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

R = 41.36%
G = 50.52%
B = 8.12%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#9EC11F (or 0x9EC11F) is known color: Bahia. HEX triplet: 9E, C1 and 1F. RGB value is (158,193,31). Sum of RGB (Red+Green+Blue) = 158+193+31=382 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.36% from 382); Green value is 193 (75.78% from 255 or 50.52% from 382); Blue value is 31 (12.5% from 255 or 8.12% from 382); Max value from RGB is 193 - color contains mainly: green. Hex color #9EC11F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC11F is #613EE0. Grayscale: #A4A4A4. Windows color (decimal): -6373089 or 2081182. OLE color: 2081182.

HSL color Cylindrical-coordinate representation of color #9EC11F: hue angle of 72.96º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9EC11F is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 158 193 31 -
CMYK 0.18 0 0.84 0.24
HSL 72.96º 0.72% 0.44% -
HSV(B) 72.96º 0.84% 0.76% -
XYZ 33.42 45.51 8.32 -
YUV 164.07 52.9 123.67 -
System Red Green Blue C M Y K H S L
Decimal 158 193 31 0.18 0 0.84 0.24 72.96 0.72 0.44
Hex 9E C1 1F 12 0 54 18 49 48 2C
Octal 236 301 37 22 0 124 30 111 110 54
Binary 10011110 11000001 11111 10010 0 1010100 11000 1001001 1001000 101100

Color Harmonies of #9EC11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC11F

Black with #9EC11F

Text Example


Text Example

White with #9EC11F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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