Html Css Color HEX #9EC365 Olivine

📋 copy color: '#9EC365'

red 158 ◦ green 195 ◦ blue 101

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

Shades of Olivine #9EC365

Tints of Olivine #9EC365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.25%

R = 34.8%
G = 42.95%
B = 22.25%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#9EC365 (or 0x9EC365) is known color: Olivine. HEX triplet: 9E, C3 and 65. RGB value is (158,195,101). Sum of RGB (Red+Green+Blue) = 158+195+101=454 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.80% from 454); Green value is 195 (76.56% from 255 or 42.95% from 454); Blue value is 101 (39.84% from 255 or 22.25% from 454); Max value from RGB is 195 - color contains mainly: green. Hex color #9EC365 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC365 is #613C9A. Grayscale: #ADADAD. Windows color (decimal): -6372507 or 6669214. OLE color: 6669214.

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

Color convert

RGB 158 195 101 -
CMYK 0.19 0 0.48 0.24
HSL 83.62º 0.44% 0.58% -
HSV(B) 83.62º 0.48% 0.76% -
XYZ 35.96 47.24 19.53 -
YUV 173.22 87.24 117.14 -
System Red Green Blue C M Y K H S L
Decimal 158 195 101 0.19 0 0.48 0.24 83.62 0.44 0.58
Hex 9E C3 65 13 0 30 18 54 2C 3A
Octal 236 303 145 23 0 60 30 124 54 72
Binary 10011110 11000011 1100101 10011 0 110000 11000 1010100 101100 111010

Color Harmonies of #9EC365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC365

Black with #9EC365

Text Example


Text Example

White with #9EC365

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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