Html Css Color HEX #9EC221 Bahia

📋 copy color: '#9EC221'

red 158 ◦ green 194 ◦ blue 33

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

Shades of Bahia #9EC221

Tints of Bahia #9EC221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.57%

R = 41.04%
G = 50.39%
B = 8.57%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#9EC221 (or 0x9EC221) is known color: Bahia. HEX triplet: 9E, C2 and 21. RGB value is (158,194,33). Sum of RGB (Red+Green+Blue) = 158+194+33=385 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.04% from 385); Green value is 194 (76.17% from 255 or 50.39% from 385); Blue value is 33 (13.28% from 255 or 8.57% from 385); Max value from RGB is 194 - color contains mainly: green. Hex color #9EC221 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC221 is #613DDE. Grayscale: #A5A5A5. Windows color (decimal): -6372831 or 2212510. OLE color: 2212510.

HSL color Cylindrical-coordinate representation of color #9EC221: hue angle of 73.42º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9EC221 is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 158 194 33 -
CMYK 0.19 0 0.83 0.24
HSL 73.42º 0.71% 0.45% -
HSV(B) 73.42º 0.83% 0.76% -
XYZ 33.67 45.96 8.54 -
YUV 164.88 53.57 123.09 -
System Red Green Blue C M Y K H S L
Decimal 158 194 33 0.19 0 0.83 0.24 73.42 0.71 0.45
Hex 9E C2 21 13 0 53 18 49 47 2D
Octal 236 302 41 23 0 123 30 111 107 55
Binary 10011110 11000010 100001 10011 0 1010011 11000 1001001 1000111 101101

Color Harmonies of #9EC221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC221

Black with #9EC221

Text Example


Text Example

White with #9EC221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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