Html Css Color HEX #9EC270 Olivine

📋 copy color: '#9EC270'

red 158 ◦ green 194 ◦ blue 112

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

Shades of Olivine #9EC270

Tints of Olivine #9EC270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.14%

R = 34.05%
G = 41.81%
B = 24.14%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#9EC270 (or 0x9EC270) is known color: Olivine. HEX triplet: 9E, C2 and 70. RGB value is (158,194,112). Sum of RGB (Red+Green+Blue) = 158+194+112=464 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.05% from 464); Green value is 194 (76.17% from 255 or 41.81% from 464); Blue value is 112 (44.14% from 255 or 24.14% from 464); Max value from RGB is 194 - color contains mainly: green. Hex color #9EC270 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC270 is #613D8F. Grayscale: #AEAEAE. Windows color (decimal): -6372752 or 7389854. OLE color: 7389854.

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

Color convert

RGB 158 194 112 -
CMYK 0.19 0 0.42 0.24
HSL 86.34º 0.4% 0.6% -
HSV(B) 86.34º 0.42% 0.76% -
XYZ 36.32 47.02 22.49 -
YUV 173.89 93.07 116.67 -
System Red Green Blue C M Y K H S L
Decimal 158 194 112 0.19 0 0.42 0.24 86.34 0.4 0.6
Hex 9E C2 70 13 0 2A 18 56 28 3C
Octal 236 302 160 23 0 52 30 126 50 74
Binary 10011110 11000010 1110000 10011 0 101010 11000 1010110 101000 111100

Color Harmonies of #9EC270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC270

Black with #9EC270

Text Example


Text Example

White with #9EC270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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