Html Css Color HEX #8EC572 Olivine

📋 copy color: '#8EC572'

red 142 ◦ green 197 ◦ blue 114

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

Shades of Olivine #8EC572

Tints of Olivine #8EC572

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.49%

 BLUE value IS 114 (44.92% from 255) = 25.17%

R = 31.35%
G = 43.49%
B = 25.17%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#8EC572 (or 0x8EC572) is known color: Olivine. HEX triplet: 8E, C5 and 72. RGB value is (142,197,114). Sum of RGB (Red+Green+Blue) = 142+197+114=453 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.35% from 453); Green value is 197 (77.34% from 255 or 43.49% from 453); Blue value is 114 (44.92% from 255 or 25.17% from 453); Max value from RGB is 197 - color contains mainly: green. Hex color #8EC572 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC572 is #713A8D. Grayscale: #ABABAB. Windows color (decimal): -7420558 or 7521678. OLE color: 7521678.

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

Color convert

RGB 142 197 114 -
CMYK 0.28 0 0.42 0.23
HSL 99.76º 0.42% 0.61% -
HSV(B) 99.76º 0.42% 0.77% -
XYZ 34.16 46.9 23.17 -
YUV 171.09 95.78 107.25 -
System Red Green Blue C M Y K H S L
Decimal 142 197 114 0.28 0 0.42 0.23 99.76 0.42 0.61
Hex 8E C5 72 1C 0 2A 17 64 2A 3D
Octal 216 305 162 34 0 52 27 144 52 75
Binary 10001110 11000101 1110010 11100 0 101010 10111 1100100 101010 111101

Color Harmonies of #8EC572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC572

Black with #8EC572

Text Example


Text Example

White with #8EC572

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,197,114); }

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

background-color css

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

 a { background-color: rgb(142,197,114); }

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

border-color css

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

 span { border-color: rgb(142,197,114); }

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