Html Css Color HEX #9EC96C Olivine

📋 copy color: '#9EC96C'

red 158 ◦ green 201 ◦ blue 108

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

Shades of Olivine #9EC96C

Tints of Olivine #9EC96C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.04%

 BLUE value IS 108 (42.58% from 255) = 23.13%

R = 33.83%
G = 43.04%
B = 23.13%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#9EC96C (or 0x9EC96C) is known color: Olivine. HEX triplet: 9E, C9 and 6C. RGB value is (158,201,108). Sum of RGB (Red+Green+Blue) = 158+201+108=467 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.83% from 467); Green value is 201 (78.91% from 255 or 43.04% from 467); Blue value is 108 (42.58% from 255 or 23.13% from 467); Max value from RGB is 201 - color contains mainly: green. Hex color #9EC96C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC96C is #613693. Grayscale: #B1B1B1. Windows color (decimal): -6370964 or 7129502. OLE color: 7129502.

HSL color Cylindrical-coordinate representation of color #9EC96C: hue angle of 87.74º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9EC96C is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB 158 201 108 -
CMYK 0.21 0 0.46 0.21
HSL 87.74º 0.46% 0.61% -
HSV(B) 87.74º 0.46% 0.79% -
XYZ 37.69 50.13 21.88 -
YUV 177.54 88.75 114.06 -
System Red Green Blue C M Y K H S L
Decimal 158 201 108 0.21 0 0.46 0.21 87.74 0.46 0.61
Hex 9E C9 6C 15 0 2E 15 58 2E 3D
Octal 236 311 154 25 0 56 25 130 56 75
Binary 10011110 11001001 1101100 10101 0 101110 10101 1011000 101110 111101

Color Harmonies of #9EC96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC96C

Black with #9EC96C

Text Example


Text Example

White with #9EC96C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,201,108); }

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

background-color css

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

 a { background-color: rgb(158,201,108); }

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

border-color css

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

 span { border-color: rgb(158,201,108); }

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