Html Css Color HEX #9EC127 Bahia

📋 copy color: '#9EC127'

red 158 ◦ green 193 ◦ blue 39

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

Shades of Bahia #9EC127

Tints of Bahia #9EC127

RGB

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

 GREEN value IS 193 (75.78% from 255) = 49.49%

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

R = 40.51%
G = 49.49%
B = 10%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#9EC127 (or 0x9EC127) is known color: Bahia. HEX triplet: 9E, C1 and 27. RGB value is (158,193,39). Sum of RGB (Red+Green+Blue) = 158+193+39=390 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.51% from 390); Green value is 193 (75.78% from 255 or 49.49% from 390); Blue value is 39 (15.62% from 255 or 10% from 390); Max value from RGB is 193 - color contains mainly: green. Hex color #9EC127 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC127 is #613ED8. Grayscale: #A5A5A5. Windows color (decimal): -6373081 or 2605470. OLE color: 2605470.

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

Color convert

RGB 158 193 39 -
CMYK 0.18 0 0.80 0.24
HSL 73.64º 0.66% 0.45% -
HSV(B) 73.64º 0.8% 0.76% -
XYZ 33.54 45.56 8.94 -
YUV 164.98 56.9 123.02 -
System Red Green Blue C M Y K H S L
Decimal 158 193 39 0.18 0 0.80 0.24 73.64 0.66 0.45
Hex 9E C1 27 12 0 50 18 4A 42 2D
Octal 236 301 47 22 0 120 30 112 102 55
Binary 10011110 11000001 100111 10010 0 1010000 11000 1001010 1000010 101101

Color Harmonies of #9EC127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC127

Black with #9EC127

Text Example


Text Example

White with #9EC127

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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