#8CFA6D

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

Shades of Pastel Green #8CFA6D

Tints of Pastel Green #8CFA6D

Color information

#8CFA6D (or 0x8CFA6D) is unknown color: approx Pastel Green. HEX triplet: 8C, FA and 6D. RGB value is (140,250,109). Sum of RGB (Red+Green+Blue) = 140+250+109=499 (66% of max value = 765). Red value is 140 (55.08% from 255 or 28.06% from 499); Green value is 250 (98.05% from 255 or 50.10% from 499); Blue value is 109 (42.97% from 255 or 21.84% from 499); Max value from RGB is 250 - color contains mainly: green. Hex color #8CFA6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CFA6D is #730592. Grayscale: #C9C9C9. Windows color (decimal): -7538067 or 7207564. OLE color: 7207564.

HSL color Cylindrical-coordinate representation of color #8CFA6D: hue angle of 106.81º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8CFA6D is Cyan = 0.44, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB140250109-
CMYK0.4400.560.02
HSL106.81º93.38%70.39%-
HSV(B)106.81º56.4%98.04%-
XYZ47.7675.0526.44-
YUV201.0476.0684.46-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.06%
GREEN value IS 250 (98.05% from 255) = 50.10%
BLUE value IS 109 (42.97% from 255) = 21.84%
R=28.06%
G=50.10%
B=21.84%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1402501090.4400.560.02106.8193.3870.39
Hex8CFA6D2C03826b5d46
Octal214372155540702153135106
Binary10001100111110101101101101100011100010110101110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CFA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,250,109); }

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

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

 a { background-color: rgb(140,250,109); }

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

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

 span { border-color: rgb(140,250,109); }

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