Html Css Color HEX #9EC214 Bahia

📋 copy color: '#9EC214'

red 158 ◦ green 194 ◦ blue 20

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

Shades of Bahia #9EC214

Tints of Bahia #9EC214

RGB

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

 GREEN value IS 194 (76.17% from 255) = 52.15%

 BLUE value IS 20 (8.2% from 255) = 5.38%

R = 42.47%
G = 52.15%
B = 5.38%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#9EC214 (or 0x9EC214) is known color: Bahia. HEX triplet: 9E, C2 and 14. RGB value is (158,194,20). Sum of RGB (Red+Green+Blue) = 158+194+20=372 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.47% from 372); Green value is 194 (76.17% from 255 or 52.15% from 372); Blue value is 20 (8.20% from 255 or 5.38% from 372); Max value from RGB is 194 - color contains mainly: green. Hex color #9EC214 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EC214 is #613DEB. Grayscale: #A4A4A4. Windows color (decimal): -6372844 or 1360542. OLE color: 1360542.

HSL color Cylindrical-coordinate representation of color #9EC214: hue angle of 72.41º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9EC214 is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 158 194 20 -
CMYK 0.19 0 0.90 0.24
HSL 72.41º 0.81% 0.42% -
HSV(B) 72.41º 0.9% 0.76% -
XYZ 33.52 45.9 7.76 -
YUV 163.4 47.07 124.15 -
System Red Green Blue C M Y K H S L
Decimal 158 194 20 0.19 0 0.90 0.24 72.41 0.81 0.42
Hex 9E C2 14 13 0 5A 18 48 51 2A
Octal 236 302 24 23 0 132 30 110 121 52
Binary 10011110 11000010 10100 10011 0 1011010 11000 1001000 1010001 101010

Color Harmonies of #9EC214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC214

Black with #9EC214

Text Example


Text Example

White with #9EC214

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,194,20); }

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

background-color css

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

 a { background-color: rgb(158,194,20); }

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

border-color css

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

 span { border-color: rgb(158,194,20); }

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