#8CE372

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

Shades of Pastel Green #8CE372

Tints of Pastel Green #8CE372

Color information

#8CE372 (or 0x8CE372) is unknown color: approx Pastel Green. HEX triplet: 8C, E3 and 72. RGB value is (140,227,114). Sum of RGB (Red+Green+Blue) = 140+227+114=481 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.11% from 481); Green value is 227 (89.06% from 255 or 47.19% from 481); Blue value is 114 (44.92% from 255 or 23.70% from 481); Max value from RGB is 227 - color contains mainly: green. Hex color #8CE372 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CE372 is #731C8D. Grayscale: #BCBCBC. Windows color (decimal): -7543950 or 7529356. OLE color: 7529356.

HSL color Cylindrical-coordinate representation of color #8CE372: hue angle of 106.19º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8CE372 is Cyan = 0.38, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB140227114-
CMYK0.3800.500.11
HSL106.19º66.86%66.86%-
HSV(B)106.19º49.78%89.02%-
XYZ41.3261.7325.66-
YUV188.186.1893.69-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.11%
GREEN value IS 227 (89.06% from 255) = 47.19%
BLUE value IS 114 (44.92% from 255) = 23.70%
R=29.11%
G=47.19%
B=23.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1402271140.3800.500.11106.1966.8666.86
Hex8CE37226032B6a4343
Octal2143431624606213152103103
Binary1000110011100011111001010011001100101011110101010000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CE372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,227,114); }

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

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

 a { background-color: rgb(140,227,114); }

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

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

 span { border-color: rgb(140,227,114); }

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