Html Css Color HEX #9EC75D Olivine

📋 copy color: '#9EC75D'

red 158 ◦ green 199 ◦ blue 93

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

Shades of Olivine #9EC75D

Tints of Olivine #9EC75D

RGB

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

 GREEN value IS 199 (78.13% from 255) = 44.22%

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

R = 35.11%
G = 44.22%
B = 20.67%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#9EC75D (or 0x9EC75D) is known color: Olivine. HEX triplet: 9E, C7 and 5D. RGB value is (158,199,93). Sum of RGB (Red+Green+Blue) = 158+199+93=450 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.11% from 450); Green value is 199 (78.12% from 255 or 44.22% from 450); Blue value is 93 (36.72% from 255 or 20.67% from 450); Max value from RGB is 199 - color contains mainly: green. Hex color #9EC75D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC75D is #6138A2. Grayscale: #AFAFAF. Windows color (decimal): -6371491 or 6145950. OLE color: 6145950.

HSL color Cylindrical-coordinate representation of color #9EC75D: hue angle of 83.21º 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 #9EC75D is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB 158 199 93 -
CMYK 0.21 0 0.53 0.22
HSL 83.21º 0.49% 0.57% -
HSV(B) 83.21º 0.53% 0.78% -
XYZ 36.5 48.91 17.87 -
YUV 174.66 81.92 116.12 -
System Red Green Blue C M Y K H S L
Decimal 158 199 93 0.21 0 0.53 0.22 83.21 0.49 0.57
Hex 9E C7 5D 15 0 35 16 53 31 39
Octal 236 307 135 25 0 65 26 123 61 71
Binary 10011110 11000111 1011101 10101 0 110101 10110 1010011 110001 111001

Color Harmonies of #9EC75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC75D

Black with #9EC75D

Text Example


Text Example

White with #9EC75D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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