Html Css Color HEX #9EC85D Olivine

📋 copy color: '#9EC85D'

red 158 ◦ green 200 ◦ blue 93

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

Shades of Olivine #9EC85D

Tints of Olivine #9EC85D

RGB

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

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

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

R = 35.03%
G = 44.35%
B = 20.62%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#9EC85D (or 0x9EC85D) is known color: Olivine. HEX triplet: 9E, C8 and 5D. RGB value is (158,200,93). Sum of RGB (Red+Green+Blue) = 158+200+93=451 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.03% from 451); Green value is 200 (78.52% from 255 or 44.35% from 451); Blue value is 93 (36.72% from 255 or 20.62% from 451); Max value from RGB is 200 - color contains mainly: green. Hex color #9EC85D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC85D is #6137A2. Grayscale: #AFAFAF. Windows color (decimal): -6371235 or 6146206. OLE color: 6146206.

HSL color Cylindrical-coordinate representation of color #9EC85D: hue angle of 83.55º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9EC85D is Cyan = 0.21, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 158 200 93 -
CMYK 0.21 0 0.54 0.22
HSL 83.55º 0.49% 0.57% -
HSV(B) 83.55º 0.54% 0.78% -
XYZ 36.73 49.37 17.95 -
YUV 175.24 81.59 115.7 -
System Red Green Blue C M Y K H S L
Decimal 158 200 93 0.21 0 0.54 0.22 83.55 0.49 0.57
Hex 9E C8 5D 15 0 36 16 54 31 39
Octal 236 310 135 25 0 66 26 124 61 71
Binary 10011110 11001000 1011101 10101 0 110110 10110 1010100 110001 111001

Color Harmonies of #9EC85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC85D

Black with #9EC85D

Text Example


Text Example

White with #9EC85D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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