Html Css Color HEX #9EC274 Olivine

📋 copy color: '#9EC274'

red 158 ◦ green 194 ◦ blue 116

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

Shades of Olivine #9EC274

Tints of Olivine #9EC274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.79%

R = 33.76%
G = 41.45%
B = 24.79%

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

#9EC274 (or 0x9EC274) is known color: Olivine. HEX triplet: 9E, C2 and 74. RGB value is (158,194,116). Sum of RGB (Red+Green+Blue) = 158+194+116=468 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.76% from 468); Green value is 194 (76.17% from 255 or 41.45% from 468); Blue value is 116 (45.70% from 255 or 24.79% from 468); Max value from RGB is 194 - color contains mainly: green. Hex color #9EC274 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC274 is #613D8B. Grayscale: #AEAEAE. Windows color (decimal): -6372748 or 7651998. OLE color: 7651998.

HSL color Cylindrical-coordinate representation of color #9EC274: hue angle of 87.69º 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 #9EC274 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 158 194 116 -
CMYK 0.19 0 0.40 0.24
HSL 87.69º 0.39% 0.61% -
HSV(B) 87.69º 0.4% 0.76% -
XYZ 36.54 47.11 23.69 -
YUV 174.34 95.07 116.34 -
System Red Green Blue C M Y K H S L
Decimal 158 194 116 0.19 0 0.40 0.24 87.69 0.39 0.61
Hex 9E C2 74 13 0 28 18 58 27 3D
Octal 236 302 164 23 0 50 30 130 47 75
Binary 10011110 11000010 1110100 10011 0 101000 11000 1011000 100111 111101

Color Harmonies of #9EC274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC274

Black with #9EC274

Text Example


Text Example

White with #9EC274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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