#8DC272

Color #8DC272 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #8DC272

Tints of Olivine #8DC272

Color information

#8DC272 (or 0x8DC272) is unknown color: approx Olivine. HEX triplet: 8D, C2 and 72. RGB value is (141,194,114). Sum of RGB (Red+Green+Blue) = 141+194+114=449 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.40% from 449); Green value is 194 (76.17% from 255 or 43.21% from 449); Blue value is 114 (44.92% from 255 or 25.39% from 449); Max value from RGB is 194 - color contains mainly: green. Hex color #8DC272 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC272 is #723D8D. Grayscale: #A9A9A9. Windows color (decimal): -7486862 or 7520909. OLE color: 7520909.

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

Color convert

RGB141194114-
CMYK0.2700.410.24
HSL99.75º39.6%60.39%-
HSV(B)99.75º41.24%76.08%-
XYZ33.3145.4622.94-
YUV169.0396.94108-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.40%
GREEN value IS 194 (76.17% from 255) = 43.21%
BLUE value IS 114 (44.92% from 255) = 25.39%
R=31.40%
G=43.21%
B=25.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1411941140.2700.410.2499.7539.660.39
Hex8DC2721B0291864283c
Octal21530216233051301445074
Binary10001101110000101110010110110101001110001100100101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,194,114); }

 H1.HeaderClassName
 {
   color: #8DC272;
 }
 .AnyTagClassName
 {
   color: #8DC272;
 }
</style>
background-color css

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

 a { background-color: rgb(141,194,114); }

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

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

 span { border-color: rgb(141,194,114); }

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