Html Css Color HEX #9EC364 Olivine

📋 copy color: '#9EC364'

red 158 ◦ green 195 ◦ blue 100

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

Shades of Olivine #9EC364

Tints of Olivine #9EC364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.08%

R = 34.88%
G = 43.05%
B = 22.08%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#9EC364 (or 0x9EC364) is known color: Olivine. HEX triplet: 9E, C3 and 64. RGB value is (158,195,100). Sum of RGB (Red+Green+Blue) = 158+195+100=453 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.88% from 453); Green value is 195 (76.56% from 255 or 43.05% from 453); Blue value is 100 (39.45% from 255 or 22.08% from 453); Max value from RGB is 195 - color contains mainly: green. Hex color #9EC364 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC364 is #613C9B. Grayscale: #ADADAD. Windows color (decimal): -6372508 or 6603678. OLE color: 6603678.

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

Color convert

RGB 158 195 100 -
CMYK 0.19 0 0.49 0.24
HSL 83.37º 0.44% 0.58% -
HSV(B) 83.37º 0.49% 0.76% -
XYZ 35.92 47.22 19.28 -
YUV 173.11 86.74 117.22 -
System Red Green Blue C M Y K H S L
Decimal 158 195 100 0.19 0 0.49 0.24 83.37 0.44 0.58
Hex 9E C3 64 13 0 31 18 53 2C 3A
Octal 236 303 144 23 0 61 30 123 54 72
Binary 10011110 11000011 1100100 10011 0 110001 11000 1010011 101100 111010

Color Harmonies of #9EC364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC364

Black with #9EC364

Text Example


Text Example

White with #9EC364

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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