Html Css Color HEX #9EC520 Bahia

📋 copy color: '#9EC520'

red 158 ◦ green 197 ◦ blue 32

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

Shades of Bahia #9EC520

Tints of Bahia #9EC520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.27%

R = 40.83%
G = 50.9%
B = 8.27%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#9EC520 (or 0x9EC520) is known color: Bahia. HEX triplet: 9E, C5 and 20. RGB value is (158,197,32). Sum of RGB (Red+Green+Blue) = 158+197+32=387 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.83% from 387); Green value is 197 (77.34% from 255 or 50.90% from 387); Blue value is 32 (12.89% from 255 or 8.27% from 387); Max value from RGB is 197 - color contains mainly: green. Hex color #9EC520 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC520 is #613ADF. Grayscale: #A7A7A7. Windows color (decimal): -6372064 or 2147742. OLE color: 2147742.

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

Color convert

RGB 158 197 32 -
CMYK 0.20 0 0.84 0.23
HSL 74.18º 0.72% 0.45% -
HSV(B) 74.18º 0.84% 0.77% -
XYZ 34.33 47.31 8.69 -
YUV 166.53 52.08 121.92 -
System Red Green Blue C M Y K H S L
Decimal 158 197 32 0.20 0 0.84 0.23 74.18 0.72 0.45
Hex 9E C5 20 14 0 54 17 4A 48 2D
Octal 236 305 40 24 0 124 27 112 110 55
Binary 10011110 11000101 100000 10100 0 1010100 10111 1001010 1001000 101101

Color Harmonies of #9EC520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC520

Black with #9EC520

Text Example


Text Example

White with #9EC520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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