#8CF968

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

Shades of Pastel Green #8CF968

Tints of Pastel Green #8CF968

Color information

#8CF968 (or 0x8CF968) is unknown color: approx Pastel Green. HEX triplet: 8C, F9 and 68. RGB value is (140,249,104). Sum of RGB (Red+Green+Blue) = 140+249+104=493 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.40% from 493); Green value is 249 (97.66% from 255 or 50.51% from 493); Blue value is 104 (41.02% from 255 or 21.10% from 493); Max value from RGB is 249 - color contains mainly: green. Hex color #8CF968 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF968 is #730697. Grayscale: #C8C8C8. Windows color (decimal): -7538328 or 6879628. OLE color: 6879628.

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

Color convert

RGB140249104-
CMYK0.4400.580.02
HSL105.1º92.36%69.22%-
HSV(B)105.1º58.23%97.65%-
XYZ47.1974.3324.96-
YUV199.8873.8985.29-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.40%
GREEN value IS 249 (97.66% from 255) = 50.51%
BLUE value IS 104 (41.02% from 255) = 21.10%
R=28.40%
G=50.51%
B=21.10%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1402491040.4400.580.02105.192.3669.22
Hex8CF9682C03A2695c45
Octal214371150540722151134105
Binary10001100111110011101000101100011101010110100110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CF968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,249,104); }

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

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

 a { background-color: rgb(140,249,104); }

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

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

 span { border-color: rgb(140,249,104); }

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