Html Css Color HEX #9EC95D Olivine

📋 copy color: '#9EC95D'

red 158 ◦ green 201 ◦ blue 93

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

Shades of Olivine #9EC95D

Tints of Olivine #9EC95D

RGB

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

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

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

R = 34.96%
G = 44.47%
B = 20.58%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#9EC95D (or 0x9EC95D) is known color: Olivine. HEX triplet: 9E, C9 and 5D. RGB value is (158,201,93). Sum of RGB (Red+Green+Blue) = 158+201+93=452 (59% of max value = 765). Red value is 158 (62.11% from 255 or 34.96% from 452); Green value is 201 (78.91% from 255 or 44.47% from 452); Blue value is 93 (36.72% from 255 or 20.58% from 452); Max value from RGB is 201 - color contains mainly: green. Hex color #9EC95D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC95D is #6136A2. Grayscale: #B0B0B0. Windows color (decimal): -6370979 or 6146462. OLE color: 6146462.

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

Color convert

RGB 158 201 93 -
CMYK 0.21 0 0.54 0.21
HSL 83.89º 0.5% 0.58% -
HSV(B) 83.89º 0.54% 0.79% -
XYZ 36.96 49.83 18.03 -
YUV 175.83 81.25 115.28 -
System Red Green Blue C M Y K H S L
Decimal 158 201 93 0.21 0 0.54 0.21 83.89 0.5 0.58
Hex 9E C9 5D 15 0 36 15 54 32 3A
Octal 236 311 135 25 0 66 25 124 62 72
Binary 10011110 11001001 1011101 10101 0 110110 10101 1010100 110010 111010

Color Harmonies of #9EC95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC95D

Black with #9EC95D

Text Example


Text Example

White with #9EC95D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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