Html Css Color HEX #9ECF11 Bahia

📋 copy color: '#9ECF11'

red 158 ◦ green 207 ◦ blue 17

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

Shades of Bahia #9ECF11

Tints of Bahia #9ECF11

RGB

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

 GREEN value IS 207 (81.25% from 255) = 54.19%

 BLUE value IS 17 (7.03% from 255) = 4.45%

R = 41.36%
G = 54.19%
B = 4.45%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#9ECF11 (or 0x9ECF11) is known color: Bahia. HEX triplet: 9E, CF and 11. RGB value is (158,207,17). Sum of RGB (Red+Green+Blue) = 158+207+17=382 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.36% from 382); Green value is 207 (81.25% from 255 or 54.19% from 382); Blue value is 17 (7.03% from 255 or 4.45% from 382); Max value from RGB is 207 - color contains mainly: green. Hex color #9ECF11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ECF11 is #6130EE. Grayscale: #ABABAB. Windows color (decimal): -6369519 or 1167262. OLE color: 1167262.

HSL color Cylindrical-coordinate representation of color #9ECF11: hue angle of 75.47º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9ECF11 is Cyan = 0.24, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 158 207 17 -
CMYK 0.24 0 0.92 0.19
HSL 75.47º 0.85% 0.44% -
HSV(B) 75.47º 0.92% 0.81% -
XYZ 36.51 51.94 8.63 -
YUV 170.69 41.27 118.95 -
System Red Green Blue C M Y K H S L
Decimal 158 207 17 0.24 0 0.92 0.19 75.47 0.85 0.44
Hex 9E CF 11 18 0 5C 13 4B 55 2C
Octal 236 317 21 30 0 134 23 113 125 54
Binary 10011110 11001111 10001 11000 0 1011100 10011 1001011 1010101 101100

Color Harmonies of #9ECF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECF11

Black with #9ECF11

Text Example


Text Example

White with #9ECF11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,207,17); }

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

background-color css

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

 a { background-color: rgb(158,207,17); }

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

border-color css

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

 span { border-color: rgb(158,207,17); }

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