Html Css Color HEX #9EC95F Olivine

📋 copy color: '#9EC95F'

red 158 ◦ green 201 ◦ blue 95

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

Shades of Olivine #9EC95F

Tints of Olivine #9EC95F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.93%

R = 34.8%
G = 44.27%
B = 20.93%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#9EC95F (or 0x9EC95F) is known color: Olivine. HEX triplet: 9E, C9 and 5F. RGB value is (158,201,95). Sum of RGB (Red+Green+Blue) = 158+201+95=454 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.80% from 454); Green value is 201 (78.91% from 255 or 44.27% from 454); Blue value is 95 (37.5% from 255 or 20.93% from 454); Max value from RGB is 201 - color contains mainly: green. Hex color #9EC95F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC95F is #6136A0. Grayscale: #B0B0B0. Windows color (decimal): -6370977 or 6277534. OLE color: 6277534.

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

Color convert

RGB 158 201 95 -
CMYK 0.21 0 0.53 0.21
HSL 84.34º 0.5% 0.58% -
HSV(B) 84.34º 0.53% 0.79% -
XYZ 37.05 49.87 18.5 -
YUV 176.06 82.25 115.12 -
System Red Green Blue C M Y K H S L
Decimal 158 201 95 0.21 0 0.53 0.21 84.34 0.5 0.58
Hex 9E C9 5F 15 0 35 15 54 32 3A
Octal 236 311 137 25 0 65 25 124 62 72
Binary 10011110 11001001 1011111 10101 0 110101 10101 1010100 110010 111010

Color Harmonies of #9EC95F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC95F

Black with #9EC95F

Text Example


Text Example

White with #9EC95F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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