Html Css Color HEX #9EC523 Bahia

📋 copy color: '#9EC523'

red 158 ◦ green 197 ◦ blue 35

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

Shades of Bahia #9EC523

Tints of Bahia #9EC523

RGB

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

 GREEN value IS 197 (77.34% from 255) = 50.51%

 BLUE value IS 35 (14.06% from 255) = 8.97%

R = 40.51%
G = 50.51%
B = 8.97%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#9EC523 (or 0x9EC523) is known color: Bahia. HEX triplet: 9E, C5 and 23. RGB value is (158,197,35). Sum of RGB (Red+Green+Blue) = 158+197+35=390 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.51% from 390); Green value is 197 (77.34% from 255 or 50.51% from 390); Blue value is 35 (14.06% from 255 or 8.97% from 390); Max value from RGB is 197 - color contains mainly: green. Hex color #9EC523 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC523 is #613ADC. Grayscale: #A7A7A7. Windows color (decimal): -6372061 or 2344350. OLE color: 2344350.

HSL color Cylindrical-coordinate representation of color #9EC523: hue angle of 74.44º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9EC523 is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB 158 197 35 -
CMYK 0.20 0 0.82 0.23
HSL 74.44º 0.7% 0.45% -
HSV(B) 74.44º 0.82% 0.77% -
XYZ 34.37 47.32 8.91 -
YUV 166.87 53.58 121.67 -
System Red Green Blue C M Y K H S L
Decimal 158 197 35 0.20 0 0.82 0.23 74.44 0.7 0.45
Hex 9E C5 23 14 0 52 17 4A 46 2D
Octal 236 305 43 24 0 122 27 112 106 55
Binary 10011110 11000101 100011 10100 0 1010010 10111 1001010 1000110 101101

Color Harmonies of #9EC523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC523

Black with #9EC523

Text Example


Text Example

White with #9EC523

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,197,35); }

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

background-color css

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

 a { background-color: rgb(158,197,35); }

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

border-color css

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

 span { border-color: rgb(158,197,35); }

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