Html Css Color HEX #9ECB5D Olivine

📋 copy color: '#9ECB5D'

red 158 ◦ green 203 ◦ blue 93

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

Shades of Olivine #9ECB5D

Tints of Olivine #9ECB5D

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.71%

 BLUE value IS 93 (36.72% from 255) = 20.48%

R = 34.8%
G = 44.71%
B = 20.48%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#9ECB5D (or 0x9ECB5D) is known color: Olivine. HEX triplet: 9E, CB and 5D. RGB value is (158,203,93). Sum of RGB (Red+Green+Blue) = 158+203+93=454 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.80% from 454); Green value is 203 (79.69% from 255 or 44.71% from 454); Blue value is 93 (36.72% from 255 or 20.48% from 454); Max value from RGB is 203 - color contains mainly: green. Hex color #9ECB5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECB5D is #6134A2. Grayscale: #B1B1B1. Windows color (decimal): -6370467 or 6146974. OLE color: 6146974.

HSL color Cylindrical-coordinate representation of color #9ECB5D: hue angle of 84.55º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9ECB5D is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB 158 203 93 -
CMYK 0.22 0 0.54 0.20
HSL 84.55º 0.51% 0.58% -
HSV(B) 84.55º 0.54% 0.8% -
XYZ 37.43 50.77 18.18 -
YUV 177.01 80.59 114.44 -
System Red Green Blue C M Y K H S L
Decimal 158 203 93 0.22 0 0.54 0.20 84.55 0.51 0.58
Hex 9E CB 5D 16 0 36 14 55 33 3A
Octal 236 313 135 26 0 66 24 125 63 72
Binary 10011110 11001011 1011101 10110 0 110110 10100 1010101 110011 111010

Color Harmonies of #9ECB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECB5D

Black with #9ECB5D

Text Example


Text Example

White with #9ECB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,203,93); }

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

background-color css

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

 a { background-color: rgb(158,203,93); }

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

border-color css

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

 span { border-color: rgb(158,203,93); }

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