Html Css Color HEX #9EC380 Olivine

📋 copy color: '#9EC380'

red 158 ◦ green 195 ◦ blue 128

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

Shades of Olivine #9EC380

Tints of Olivine #9EC380

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.54%

 BLUE value IS 128 (50.39% from 255) = 26.61%

R = 32.85%
G = 40.54%
B = 26.61%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#9EC380 (or 0x9EC380) is known color: Olivine. HEX triplet: 9E, C3 and 80. RGB value is (158,195,128). Sum of RGB (Red+Green+Blue) = 158+195+128=481 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.85% from 481); Green value is 195 (76.56% from 255 or 40.54% from 481); Blue value is 128 (50.39% from 255 or 26.61% from 481); Max value from RGB is 195 - color contains mainly: green. Hex color #9EC380 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EC380 is #613C7F. Grayscale: #B0B0B0. Windows color (decimal): -6372480 or 8438686. OLE color: 8438686.

HSL color Cylindrical-coordinate representation of color #9EC380: hue angle of 93.13º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EC380 is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 158 195 128 -
CMYK 0.19 0 0.34 0.24
HSL 93.13º 0.36% 0.63% -
HSV(B) 93.13º 0.34% 0.76% -
XYZ 37.51 47.86 27.68 -
YUV 176.3 100.74 114.95 -
System Red Green Blue C M Y K H S L
Decimal 158 195 128 0.19 0 0.34 0.24 93.13 0.36 0.63
Hex 9E C3 80 13 0 22 18 5D 24 3F
Octal 236 303 200 23 0 42 30 135 44 77
Binary 10011110 11000011 10000000 10011 0 100010 11000 1011101 100100 111111

Color Harmonies of #9EC380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC380

Black with #9EC380

Text Example


Text Example

White with #9EC380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,195,128); }

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

background-color css

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

 a { background-color: rgb(158,195,128); }

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

border-color css

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

 span { border-color: rgb(158,195,128); }

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