Html Css Color HEX #9EC31F Bahia

📋 copy color: '#9EC31F'

red 158 ◦ green 195 ◦ blue 31

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

Shades of Bahia #9EC31F

Tints of Bahia #9EC31F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 50.78%

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

R = 41.15%
G = 50.78%
B = 8.07%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#9EC31F (or 0x9EC31F) is known color: Bahia. HEX triplet: 9E, C3 and 1F. RGB value is (158,195,31). Sum of RGB (Red+Green+Blue) = 158+195+31=384 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.15% from 384); Green value is 195 (76.56% from 255 or 50.78% from 384); Blue value is 31 (12.5% from 255 or 8.07% from 384); Max value from RGB is 195 - color contains mainly: green. Hex color #9EC31F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC31F is #613CE0. Grayscale: #A5A5A5. Windows color (decimal): -6372577 or 2081694. OLE color: 2081694.

HSL color Cylindrical-coordinate representation of color #9EC31F: hue angle of 73.54º degrees, saturation: 0.73, 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 #9EC31F is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 158 195 31 -
CMYK 0.19 0 0.84 0.24
HSL 73.54º 0.73% 0.44% -
HSV(B) 73.54º 0.84% 0.76% -
XYZ 33.86 46.4 8.47 -
YUV 165.24 52.24 122.84 -
System Red Green Blue C M Y K H S L
Decimal 158 195 31 0.19 0 0.84 0.24 73.54 0.73 0.44
Hex 9E C3 1F 13 0 54 18 4A 49 2C
Octal 236 303 37 23 0 124 30 112 111 54
Binary 10011110 11000011 11111 10011 0 1010100 11000 1001010 1001001 101100

Color Harmonies of #9EC31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC31F

Black with #9EC31F

Text Example


Text Example

White with #9EC31F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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