Html Css Color HEX #9EC275 Olivine

📋 copy color: '#9EC275'

red 158 ◦ green 194 ◦ blue 117

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

Shades of Olivine #9EC275

Tints of Olivine #9EC275

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.36%

 BLUE value IS 117 (46.09% from 255) = 24.95%

R = 33.69%
G = 41.36%
B = 24.95%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#9EC275 (or 0x9EC275) is known color: Olivine. HEX triplet: 9E, C2 and 75. RGB value is (158,194,117). Sum of RGB (Red+Green+Blue) = 158+194+117=469 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.69% from 469); Green value is 194 (76.17% from 255 or 41.36% from 469); Blue value is 117 (46.09% from 255 or 24.95% from 469); Max value from RGB is 194 - color contains mainly: green. Hex color #9EC275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC275 is #613D8A. Grayscale: #AEAEAE. Windows color (decimal): -6372747 or 7717534. OLE color: 7717534.

HSL color Cylindrical-coordinate representation of color #9EC275: hue angle of 88.05º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9EC275 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 158 194 117 -
CMYK 0.19 0 0.40 0.24
HSL 88.05º 0.39% 0.61% -
HSV(B) 88.05º 0.4% 0.76% -
XYZ 36.6 47.14 24 -
YUV 174.46 95.57 116.26 -
System Red Green Blue C M Y K H S L
Decimal 158 194 117 0.19 0 0.40 0.24 88.05 0.39 0.61
Hex 9E C2 75 13 0 28 18 58 27 3D
Octal 236 302 165 23 0 50 30 130 47 75
Binary 10011110 11000010 1110101 10011 0 101000 11000 1011000 100111 111101

Color Harmonies of #9EC275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC275

Black with #9EC275

Text Example


Text Example

White with #9EC275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,194,117); }

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

background-color css

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

 a { background-color: rgb(158,194,117); }

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

border-color css

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

 span { border-color: rgb(158,194,117); }

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