Html Css Color HEX #8EC473 Olivine

📋 copy color: '#8EC473'

red 142 ◦ green 196 ◦ blue 115

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

Shades of Olivine #8EC473

Tints of Olivine #8EC473

RGB

 RED value IS 142 (55.86% from 255) = 31.35%

 GREEN value IS 196 (76.95% from 255) = 43.27%

 BLUE value IS 115 (45.31% from 255) = 25.39%

R = 31.35%
G = 43.27%
B = 25.39%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#8EC473 (or 0x8EC473) is known color: Olivine. HEX triplet: 8E, C4 and 73. RGB value is (142,196,115). Sum of RGB (Red+Green+Blue) = 142+196+115=453 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.35% from 453); Green value is 196 (76.95% from 255 or 43.27% from 453); Blue value is 115 (45.31% from 255 or 25.39% from 453); Max value from RGB is 196 - color contains mainly: green. Hex color #8EC473 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC473 is #713B8C. Grayscale: #AAAAAA. Windows color (decimal): -7420813 or 7586958. OLE color: 7586958.

HSL color Cylindrical-coordinate representation of color #8EC473: hue angle of 100º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8EC473 is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 142 196 115 -
CMYK 0.28 0 0.41 0.23
HSL 100º 0.41% 0.61% -
HSV(B) 100º 0.41% 0.77% -
XYZ 33.99 46.47 23.4 -
YUV 170.62 96.61 107.59 -
System Red Green Blue C M Y K H S L
Decimal 142 196 115 0.28 0 0.41 0.23 100 0.41 0.61
Hex 8E C4 73 1C 0 29 17 64 29 3D
Octal 216 304 163 34 0 51 27 144 51 75
Binary 10001110 11000100 1110011 11100 0 101001 10111 1100100 101001 111101

Color Harmonies of #8EC473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC473

Black with #8EC473

Text Example


Text Example

White with #8EC473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8EC473; }

 p { color: rgb(142,196,115); }

 H1.HeaderClassName
 {
   color: #8EC473;
 }
 .AnyTagClassName
 {
   color: #8EC473;
 }
</style>

background-color css

<style>
 a { background-color: #8EC473; }

 a { background-color: rgb(142,196,115); }

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

border-color css

<style>
 span { border-color: #8EC473; }

 span { border-color: rgb(142,196,115); }

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