Html Css Color HEX #9EC227 Bahia

📋 copy color: '#9EC227'

red 158 ◦ green 194 ◦ blue 39

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

Shades of Bahia #9EC227

Tints of Bahia #9EC227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.97%

R = 40.41%
G = 49.62%
B = 9.97%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#9EC227 (or 0x9EC227) is known color: Bahia. HEX triplet: 9E, C2 and 27. RGB value is (158,194,39). Sum of RGB (Red+Green+Blue) = 158+194+39=391 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.41% from 391); Green value is 194 (76.17% from 255 or 49.62% from 391); Blue value is 39 (15.62% from 255 or 9.97% from 391); Max value from RGB is 194 - color contains mainly: green. Hex color #9EC227 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC227 is #613DD8. Grayscale: #A6A6A6. Windows color (decimal): -6372825 or 2605726. OLE color: 2605726.

HSL color Cylindrical-coordinate representation of color #9EC227: hue angle of 73.94º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9EC227 is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 158 194 39 -
CMYK 0.19 0 0.80 0.24
HSL 73.94º 0.67% 0.46% -
HSV(B) 73.94º 0.8% 0.76% -
XYZ 33.76 46 9.02 -
YUV 165.57 56.57 122.6 -
System Red Green Blue C M Y K H S L
Decimal 158 194 39 0.19 0 0.80 0.24 73.94 0.67 0.46
Hex 9E C2 27 13 0 50 18 4A 43 2E
Octal 236 302 47 23 0 120 30 112 103 56
Binary 10011110 11000010 100111 10011 0 1010000 11000 1001010 1000011 101110

Color Harmonies of #9EC227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC227

Black with #9EC227

Text Example


Text Example

White with #9EC227

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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