Html Css Color HEX #9EC86A Olivine

📋 copy color: '#9EC86A'

red 158 ◦ green 200 ◦ blue 106

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

Shades of Olivine #9EC86A

Tints of Olivine #9EC86A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.1%

 BLUE value IS 106 (41.8% from 255) = 22.84%

R = 34.05%
G = 43.1%
B = 22.84%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#9EC86A (or 0x9EC86A) is known color: Olivine. HEX triplet: 9E, C8 and 6A. RGB value is (158,200,106). Sum of RGB (Red+Green+Blue) = 158+200+106=464 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.05% from 464); Green value is 200 (78.52% from 255 or 43.10% from 464); Blue value is 106 (41.80% from 255 or 22.84% from 464); Max value from RGB is 200 - color contains mainly: green. Hex color #9EC86A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC86A is #613795. Grayscale: #B1B1B1. Windows color (decimal): -6371222 or 6998174. OLE color: 6998174.

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

Color convert

RGB 158 200 106 -
CMYK 0.21 0 0.47 0.22
HSL 86.81º 0.46% 0.6% -
HSV(B) 86.81º 0.47% 0.78% -
XYZ 37.36 49.62 21.24 -
YUV 176.73 88.09 114.64 -
System Red Green Blue C M Y K H S L
Decimal 158 200 106 0.21 0 0.47 0.22 86.81 0.46 0.6
Hex 9E C8 6A 15 0 2F 16 57 2E 3C
Octal 236 310 152 25 0 57 26 127 56 74
Binary 10011110 11001000 1101010 10101 0 101111 10110 1010111 101110 111100

Color Harmonies of #9EC86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC86A

Black with #9EC86A

Text Example


Text Example

White with #9EC86A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,200,106); }

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

background-color css

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

 a { background-color: rgb(158,200,106); }

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

border-color css

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

 span { border-color: rgb(158,200,106); }

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