Html Css Color HEX #9EC023 Bahia

📋 copy color: '#9EC023'

red 158 ◦ green 192 ◦ blue 35

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

Shades of Bahia #9EC023

Tints of Bahia #9EC023

RGB

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

 GREEN value IS 192 (75.39% from 255) = 49.87%

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

R = 41.04%
G = 49.87%
B = 9.09%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#9EC023 (or 0x9EC023) is known color: Bahia. HEX triplet: 9E, C0 and 23. RGB value is (158,192,35). Sum of RGB (Red+Green+Blue) = 158+192+35=385 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.04% from 385); Green value is 192 (75.39% from 255 or 49.87% from 385); Blue value is 35 (14.06% from 255 or 9.09% from 385); Max value from RGB is 192 - color contains mainly: green. Hex color #9EC023 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC023 is #613FDC. Grayscale: #A4A4A4. Windows color (decimal): -6373341 or 2343070. OLE color: 2343070.

HSL color Cylindrical-coordinate representation of color #9EC023: hue angle of 72.99º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9EC023 is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 158 192 35 -
CMYK 0.18 0 0.82 0.25
HSL 72.99º 0.69% 0.45% -
HSV(B) 72.99º 0.82% 0.75% -
XYZ 33.25 45.09 8.54 -
YUV 163.94 55.24 123.77 -
System Red Green Blue C M Y K H S L
Decimal 158 192 35 0.18 0 0.82 0.25 72.99 0.69 0.45
Hex 9E C0 23 12 0 52 19 49 45 2D
Octal 236 300 43 22 0 122 31 111 105 55
Binary 10011110 11000000 100011 10010 0 1010010 11001 1001001 1000101 101101

Color Harmonies of #9EC023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC023

Black with #9EC023

Text Example


Text Example

White with #9EC023

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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